WPF : Stop a ContextMenu from closing
- by Jacob Reyes
Hi ,
A Context Menu automatically closes when the user clicks outside of it.
Is there a way to stop it from closing ? I tried setting the StaysOpen property to true but failed to get the desired result.
Thanks for any help!