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