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

If True, the control connects parent and child nodes with lines. If False, the 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.

Examples

Value Example
True Lines are Visible
False Lines are Hidden

The ShowLines property’s default value is True.

See Also