TcxCustomShellBrowserDialog.ShowLines Property
Specifies whether the tree lines are displayed within the shell browser dialog.
Declaration
property ShowLines: Boolean read; write; default True;
Property Value
| Type | Default |
|---|---|
| Boolean | True |
Remarks
Set the ShowLines property to False to hide tree lines. If it is set to True, tree lines are displayed. The images below illustrate both values for this property.

The ShowLines property’s default value is True.
See Also