I use a RadNavigationView for my whole application. I whipped up a context menu for it that I set on it. But I want my context menu to only appear when the user right-clicks on the "Pane" part of the RadNavigationView -- the part on the left, not for the content part on the right. How may I do this?
I tried looking at the visual structure of the control template to see if there is some sort of distinct control representing just the pane whose "ContextMenu" property I could set but I could not spot anything.
I really do not want to redefine the whole ControlTemplate.
Any ideas?
I tried looking at the visual structure of the control template to see if there is some sort of distinct control representing just the pane whose "ContextMenu" property I could set but I could not spot anything.
I really do not want to redefine the whole ControlTemplate.
Any ideas?