Frequently Asked Component Specific Questions
Options |
Display all FAQ items |
Displaying items 1 to 1 of 1, page 1 of 1
<< previous next >>
TAdvListView
Drag & drop
Drag & drop
This component is functionally equivalent to a standard TListView.
Drag & drop is handled by either setting AdvListView.DragMode = dmManual and implement a BeginDrag from an OnMouseMove for example or set AdvListView.DragMode = dmAuto and handle OnDragStart and other drag & drop related events.