ListView MouseDown Event

J

Jon Abaunza

Hello to everyone!
I already saw that the new way of getting the on MouseDown Event for
the ListView is to do it through the ItemActivate event and the
Activation property of the ListBox. My problem is that i need to get
the MouseEventArguments in order to know the exact position where it
has been clicked and in thw ItemActivate Event arguments I don't get
any information.

Do you know any way of getting this information(x and y position of the
click)?

Thanks in advance

Jon
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top