LstView DoubleClick and DragDrop

  • Thread starter Thread starter active
  • Start date Start date
A

active

I'm about ready to give up unless someone has an idea.

Trying to do in a ListView DragDrop and DoubleClick.

I can make it work if they use different mouse buttons.

But if I use the left button for drag I do not get a DoubleClick event with
the Left Button.

I'd guess that's the way it is but am wondering if there is a way that I
could have both DragDrop and DoubleClick with the left mouse button.

Cal
 
I have the same issue on a ToDo list that I wrote. However, If I turn drag
and drop off it still does not work. I suspect that the creation of the
handlers has an impact. Ive tried a few things but so far have not been able
to dent this problem.

Let me know if you find it Active.

Regards - OHM
 
I gave up on DoubleClick

Cal

One Handed Man said:
I have the same issue on a ToDo list that I wrote. However, If I turn drag
and drop off it still does not work. I suspect that the creation of the
handlers has an impact. Ive tried a few things but so far have not been able
to dent this problem.

Let me know if you find it Active.

Regards - OHM
 
Back
Top