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 |
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 |
|
False |
The ShowLines
property’s default value is True
.
See Also