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)?

Parents
  • 14517
    Offline posted

    Hello,

    Setting IsOpen = true on a context menu should open the menu. Please let me know more about what you are trying to do if this is not working for you.

    Thanks,

    Valerie

Reply Children
No Data