Group: Forum Members
Posts: 436,
Visits: 944
|
I have two listviews and both of them are associated with the same contextmenu. When the user clicks the 'select all' menu item in the contextmenu the click event of the menu item calls me.activecontrol so I know which listview was clicked on. This worked fine until I put the listviews into the split container.
Any suggestions on how I can fix this? I was trying to avoid having duplicates of the same contextmenu on my form for each listview.
Thanks
|