Double clicking a listview - wierd result

A

active

I've been working on a problem for a few days now. I do not get a
Double-Click event fired for a ListView when I double click.

I now find that if I double click with the right button it works OK.


It just occurred to me that I do have a MouseMove event that starts a Drag
for the left button if the mouse moves.

But I'm not moving the mouse. Should that have any effect?




Thanks
Cal
PS
I have the same code in a ListBox that works OK.
 
O

One Handed Man

Ok, dont forget that you need to double click on an item to fire the double
click event.


Regards - OHM
 
H

Herfried K. Wagner [MVP]

* " active said:
I've been working on a problem for a few days now. I do not get a
Double-Click event fired for a ListView when I double click.

I now find that if I double click with the right button it works OK.

Doubleclicking on an item works for me in large icon view (Windows XP
Pro, .NET 1.1).
 

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