Using a menubar element, how can i make each link to point to certain pages?
For now, i can set link for whole menu bar not for a single menu item.
1 answer
This could be done by handling the “Selection Changed” event and trigger different actions according to the current selected item in the menu bar. As show below:
This question is now closed