FMX.TreeView.TCustomTreeView.AllowDrag

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AllowDrag: Boolean read FAllowDrag write SetAllowDrag;

C++

__property bool AllowDrag = {read=FAllowDrag, write=SetAllowDrag, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.TreeView.pas
FMX.TreeView.hpp
FMX.TreeView TCustomTreeView

Description

Specifies whether dragging is enabled for the items in this tree view.

Set AllowDrag to True to allow the tree items in this tree view to be dragged and dropped within the tree view. In this way, you can reorder tree view items using drag-and-drop operations.

See Also