How to disable ContextMenu vanishing on RightMouseUp?
How do I disable ContextMe开发者_JAVA百科nu vanishing on RightMouseUp ?
You could try with StayOpen property, it should keep it open until you close it from the code.
Edit:
If you need to keep it opened when you click on the items you can use StaysOpenOnClik property on the MenuItem object.
精彩评论