WPF : Stop a ContextMenu from closing

Posted by Jacob Reyes on Stack Overflow See other posts from Stack Overflow or by Jacob Reyes
Published on 2010-03-12T08:54:27Z Indexed on 2010/03/12 8:57 UTC
Read the original article Hit count: 197

Filed under:
|

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!

© Stack Overflow or respective owner

Related posts about wpf

Related posts about c#