What can I do to get a popup button to stay open on click? The popup button is inside a menu (that's inside another popupbutton) and host a menu itself. I want to keep the menu open when the user clicks on the popupbutton.
I tried StaysOpenOnClick, handling the MouseDown, MouseClick, LostMouseCapture (and their respective Preview counterparts) but nothing works.
Is the menu hierarchy incorrect?
Nenad
PopupButton
PopupContent = Menu
Button
Button
PopupButton -> this one closes the entire menu on click.
PopupContent = Menu
Button
Button
Is the menu hierarchy incorrect?
Nenad