FMX.ListBox.TCustomListBox.AllowDrag
Delphi
property AllowDrag: Boolean read FAllowDrag write SetAllowDrag default False;
C++
__property bool AllowDrag = {read=FAllowDrag, write=SetAllowDrag, default=0};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | protected | FMX.ListBox.pas FMX.ListBox.hpp |
FMX.ListBox | TCustomListBox |
Description
Allows the dragging of items inside the list.
AllowDrag allows you to change the order of the list items by dragging them.