Groups | Blog | Home
all groups > dotnet windows forms controls > july 2006 >

dotnet windows forms controls : ListView's QueryContinueDrag event not firing



Charles Baker
7/25/2006 12:00:00 AM
As the subject mentioned, I am trying to implement drag and drop in a
ListView. I call DoDragDrop in the ItemDrag event and have hooked up the
QueryContinueDrag Event. Put a breakpoint inside the event, but when I drag
and press ESC key or some other key it won't stop at my breakpoint.
This works if I try it with a treeview, though. I'm running on 1.1.

Regards,
Charles Baker

Charles Baker
7/25/2006 12:00:00 AM
SOLVED - My mistake, I called the form's DoDragDrop instead of the more
correct ListView's DoDragDrop.

[quoted text, click to view]

AddThis Social Bookmark Button