You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have a menu control. This would allow people to add traditional menus to their screens.
Although it would be quite a lot of work, the way I would like to do it is as follows...
Do the control as a group, and add a custom editor that allows them to build a menu, including child menu items, which would be saved somehow.
Need to work out how to allow the screen code behind to grab the control so it could catch the menu item's click events. Maybe implement the icontrolproxy interface manually. If this doesn't work, do it as a non-static control, which would allow us to save the men substructure in the bound property as xml.
The text was updated successfully, but these errors were encountered:
However as a "Custom Control" and without using databinding.
However there is available on the Internet the source control "Many to Many", which implements a control of the "Collection" that can be connected to any collection of the screen, with the possibility of defining which fields are significant at contrtole, especially when there is self reference, which is the case of the menu.
Already tried to create a extension to this approach, the solution seems to be smiling at me, however I can not do recursive databinding not at all.
It would be nice to have a menu control. This would allow people to add traditional menus to their screens.
Although it would be quite a lot of work, the way I would like to do it is as follows...
Do the control as a group, and add a custom editor that allows them to build a menu, including child menu items, which would be saved somehow.
Need to work out how to allow the screen code behind to grab the control so it could catch the menu item's click events. Maybe implement the icontrolproxy interface manually. If this doesn't work, do it as a non-static control, which would allow us to save the men substructure in the bound property as xml.
The text was updated successfully, but these errors were encountered: