vcl-cxtl-942bafda.md
Stores a TreeList control’s behavior and end-user functionality settings.
TcxTreeListOptionsBehavior = class(
TcxControlOptionsBehavior
)
Options allow you to handle the following end-user actions:
Drag and drop (AutoDragCopy, DragCollapse, DragExpand, DragFocusing, and WaitForExpandNodeTime);
Node expansion (ExpandOnDblClick and ExpandOnIncSearch);
Node and in-place editor vertical sizing (EditAutoHeight);
Node scrolling and hot-tracking (RecordScrollMode and HotTrack);
Incremental searching (IncSearchItem);
Displaying hints for visual elements with truncated content and navigator buttons (FooterHints, HeaderHints, and NavigatorHints);
Applying changes to the TreeList control (ChangeDelay, ConfirmDelete, and ShowHourGlass).
A TreeList control’s OptionsBehavior property references a TcxTreeListOptionsBehavior object.
TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TcxControlOptions TcxControlOptionsBehavior TcxTreeListOptionsBehavior
See Also