Double clicking a listview - wierd result

  • Thread starter Thread starter active
  • Start date Start date
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.
 
Ok, dont forget that you need to double click on an item to fire the double
click event.


Regards - OHM
 
* " 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).
 
Back
Top