TCustomdxVTreeViewEdit.TreeViewShowRoot Property
Specifies whether lines connecting the top-level nodes of a drop-down tree-view control are displayed.
Declaration
property TreeViewShowRoot: Boolean read; write;
Property Value
Type |
---|
Boolean |
Remarks
To display the lines in a drop-down tree-view control connecting the top-level nodes to a single root, set the TreeViewShowRoot and TreeViewShowLines properties of the tree view to True.
See Also