Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
4970
How to force ContextMenu popup in code?
posted

How to force ContextMenu popup in code? In my case, I use folllowing code for this purpose:

ContextMenu.IsOpen = true;

It looks like not working.

In another word, when ContextMenu is in Popup, what's kind of thing make it disappear(not on display)?