Skip to main content

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
True
Default. The control connects parent and child nodes with lines.
False
Connection lines are hidden.

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 Lines are Visible
False Lines are Hidden

Default Value

The ShowLines property’s default value is True.

See Also