Question about ContextMenu on ListView? [modified]
-
Hello, I have a listview control with bunch of entries. When the user right-clicks on the item, I want a context menu to come up. So I created a ContextMenu instance and assigned it to ListView.ContextMenu property. The problem is that the context menu comes up regardless of whether I right-click on the item or the empty space or the column header. I want it only to come up when the user right-clicks on an item. How can I control the ContextMenu better? Thank you very much and have a great day. Khoramdin
-
Hello, I have a listview control with bunch of entries. When the user right-clicks on the item, I want a context menu to come up. So I created a ContextMenu instance and assigned it to ListView.ContextMenu property. The problem is that the context menu comes up regardless of whether I right-click on the item or the empty space or the column header. I want it only to come up when the user right-clicks on an item. How can I control the ContextMenu better? Thank you very much and have a great day. Khoramdin