D
Dino M. Buljubasic
I have a list view with couple of items in it.
When I left click on an item, a form opens displaying that item's
properties. So that works fine.
However, accidentally I found out that when I right click on my list view
item, the click event gets generated twice and causes my application to
crash because sender.parent is nothing.
How can I restrict my list view to react only on left click or behave the
same way even when right clicked. Either one will be fine for me.
Regards, Dino
When I left click on an item, a form opens displaying that item's
properties. So that works fine.
However, accidentally I found out that when I right click on my list view
item, the click event gets generated twice and causes my application to
crash because sender.parent is nothing.
How can I restrict my list view to react only on left click or behave the
same way even when right clicked. Either one will be fine for me.
Regards, Dino