Need some help with ListView ContextMenu

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • MrNobody

    Need some help with ListView ContextMenu

    I would like to have a ListView where the user can right-lick on any row to
    have options specific to that row, then also be able to right-click on the
    column header to get a different menu. Currently, I have set the ListView's
    ContextMenu property a specified instance and it will be activated whenever I
    right click anywhere within the ListView- regardless of the event happening
    within a row or within a column header. What's the simplest way to get two
    different menus depending on where the user right-clicked?


Working...