Use
drag mode dmAutomatic.
In the
OnMouseMove event call:
BeginDrag(False, 5);
This
will start dragging, only when the mouse has moved 5 pixels, with the mouse
button still clicked.
That
is all you need to do to get it working.
Stacey
|
- [DUG]: Drag and Drop Aaron Scott-Boddendijk
- RE: [DUG]: Drag and Drop Max Renshaw-Fox
- [DUG]: Drag and Drop James Sugrue
- RE: [DUG]: Drag and Drop Jim Zheng
- [DUG]: Drag and Drop Robert Martin
- Re: [DUG]: Drag and Drop Stacey Verner
- Re: [DUG]: Drag and Drop Nello Sestini