Hi,
I want add an own contextmenu when rightclicking on the NavigationBar buttons.
I have a NavigationBar consisting of NavigationPane:s. Each NavigationPane has a control added to it with a contextmenu, works fine.
However, how can I add the context menu when rightclicking in NavigationBar button? Right now the built in contextmenu is shown with the option: Navigation Bar Options...
I have tried with:
_navigationBar.ContextMenu = contextMenu;
Thanks..
YB
I want add an own contextmenu when rightclicking on the NavigationBar buttons.
I have a NavigationBar consisting of NavigationPane:s. Each NavigationPane has a control added to it with a contextmenu, works fine.
However, how can I add the context menu when rightclicking in NavigationBar button? Right now the built in contextmenu is shown with the option: Navigation Bar Options...
I have tried with:
_navigationBar.ContextMenu = contextMenu;
Thanks..
YB