Hi Codehunter,
schau dir mal die VirtualTreeView.
TreeStates an. Da sollte dabei sein was du suchst. Unten mal ein Auszug. Das sollte eigentlich schon alles sein.
Delphi-Quellcode:
tsVCLDragging,
// VCL drag'n drop in progress.
tsVCLDragPending,
// One-shot flag to avoid clearing the current selection on implicit mouse up for VCL drag.
tsVCLDragFinished,
// Flag to avoid triggering the OnColumnClick event twice
tsOLEDragging,
// OLE dragging in progress.
tsOLEDragPending,
// User has requested to start delayed dragging.