Clicking onto a regular WPF button inside a PopupButton popup closes the popup. How do I prevent that?
Clicking onto a regular WPF button inside a PopupButton popup closes the popup. How do I prevent that?
Hi Thomas,
You could try handling its Click event before it bubbles up. Or you could switch to a ribbon:Button instead and set StaysOpenOnClick=true.
Please log in to a validated account to post comments.