Hello,
In my application, i have options for user to add few elements in the UI using some content menus or buttons. Means, whenever user right click on UI it will load some context menu items and each menu item will have some functionality associated with it.
I want to load the list of context menu items using a XSD/XML when user right clicks. How i can get the context menu items directly from XSD/XML and bind to UI controls Visible property.
Thanks in advance,
IamHuM