TcxCustomShellBrowserDialog.ShowRoot Property
Specifies the visibility of tree lines and expand buttons at the root level of the tree.
Declaration
property ShowRoot: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Set the ShowRoot
property to False
to hide tree lines and expand buttons at the root level of the shell tree. If they are hidden, contents of root nodes are displayed at the left edge of the control without any indent.
The images below show sample shell browser dialogs when the ShowRoot
property is set to True
and False
respectively.
The ShowRoot
property’s default value is True
.
See Also