simulating double click on ListView

R

Rhett Gong

Hi Konrad,
Generally, you can use reflection to invoke the OnDoubleClick method
for simulating double click event on ListView.
I will update you later with more information.
Thanks for your patience!

Rhett Gong [MS]
Microsoft Online Partner Support

This posting is provided "AS IS" with no warranties, and confers no rights.
Please reply to newsgroups only. Thanks.
 
R

Rhett Gong

Hi Konrad,
After some research on this subject, I find there is no direct way to
simulate double click on ListView with winform. To answer your particular
question, I think you could simulate the double click by using the Win32
mouse_event function.

Rhett Gong [MS]
Microsoft Online Partner Support

This posting is provided "AS IS" with no warranties, and confers no rights.
Please reply to newsgroups only. Thanks.
 

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