TdxTreeViewControlOptionsView.ShowRoot Property
In This Article
Specifies if the Tree View control displays lines and expand buttons of nodes at the top nesting level.
#Declaration
Delphi
property ShowRoot; default True;
#Property Value
Type | Default | Description |
---|---|---|
Boolean | True | If True, the Tree View control displays lines and expand buttons of the root‘s children. If False, these lines and expand buttons are hidden. |
#Remarks
Options include:
Value | Example |
---|---|
True | |
False |
Note
A user is unable to expand and collapse nodes at the top nesting level if the Show
Show
See Also