DragBegin in ListView

Started by Fred Tomke, March 25, 2010, 05:01:46 PM

Previous topic - Next topic

Fred Tomke

Hello, I start a new topic because this one is only related to the DragBegin event in ListViews (or other controls, too?).

I have a listview with activated AllowDragBegin property.
When I just clicked an item the event OnDragBegin will be fired and immediately the event OnDragDropFromControl, too. I'm a bit confused.
Is this by design? I ask this because I remember that it was said that DragDrop operation only starts if the user moves the mouse over the item while keeping the mouse button pressed. Since I only click the mouse button without moving I expected that OnDragBegin event won't be fired...

Fred
Fred Tomke
Dipl.-Ing. (FH) Landespflege

[ landscaper - landscape developer - digital landscape and urban design]

owenwengerd

After the changes I made in the drag/drop code, things seem to be working as expected. Please check again in Alpha 25 and report any problems.