TdxShellTreeViewControlOptionsView.ShowLines Property
Specifies if the Shell Tree View control shows lines between parent and child nodes.
Declaration
property ShowLines; default True;
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | True |
|
Remarks
Set the ShowLines property to False to hide lines between parent and child nodes. In this mode, you can set the Shell Tree View control’s OptionsSelection.RowSelect property to True to apply the node selection effect to an entire row.
Property Value Examples
| Value | Example |
|---|---|
True |
![]() |
False |
![]() |
Default Value
The ShowLines property’s default value is True.
See Also

