TdxTreeViewCustomOptionsView Class
The base class for Tree View appearance settings.
Declaration
TdxTreeViewCustomOptionsView = class(
TdxTreeViewPersistent
)
Remarks
The class members allow you to do the following:
Show node checkboxes (ShowCheckBoxes).
Hide node expand buttons (ShowExpandButtons).
Display the lines that connect nodes (ShowLines).
Show or hide lines and expand buttons of nodes at the top nesting level (ShowRoot).
Specify the position and size of tree nodes (Indent and ItemHeight).
Show node images in a specific scenario (UseImageIndexForExpanded and UseImageIndexForSelected).
Specify visible scrollbars (Scrollbars).
Display an ellipsis at the end of the node captions that do not fit the control horizontally (ShowEndEllipsis).
Do not use this class directly. Use its descendant instead.
Inheritance
TObject
TPersistent
TdxTreeViewPersistent
TdxTreeViewCustomOptionsView
See Also