Where would I want to execute the BeginDrag? OnMouseMove and check for left mouse button down? Regards, Ross.
-----Original Message----- From: delphi-boun...@elists.org [mailto:delphi-boun...@elists.org] On Behalf Of Gunnar Blumert Sent: Sunday, 11 September 2011 11:41 p.m. To: Moderated List for the Discussion of Delphi Programming excludingDatabase-related topics Subject: Re: Dragging an item in Multi-select listview Ross, > Using D7, it seems random whether clicking an item and dragging the mouse > down will drag the item or select the items. Is there some way on > controlling what action it will decide to do? set DragMode to dmManual. You then have to call BeginDrag to start dragging. -Gunnar _______________________________________________ Delphi mailing list Delphi@elists.org http://lists.elists.org/cgi-bin/mailman/listinfo/delphi _______________________________________________ Delphi mailing list Delphi@elists.org http://lists.elists.org/cgi-bin/mailman/listinfo/delphi