Skip to main content

TdxShellTreeViewControlOptionsSelection.RowSelect Property

Specifies if the Shell Tree View control highlights the entire row occupied by the selected node.

Declaration

property RowSelect; default False;

Property Value

Type Default Description
Boolean False
False
Default. Only node content is highlighted.
True
The control highlights the entire row occupied by the selected node when the control’s OptionsView.ShowLines property is set to False.

Remarks

Set the RowSelect property to True to highlight the entire row occupied by the selected node if the Shell List View control does not display lines connecting nodes.

Property Value Examples

Value Example
True An Entire Row is Highlighted
False Only the Node is Highlighted

Limitations

The RowSelect property value is ignored if the Shell Tree View control’s OptionsView.ShowLines property is set to True.

Default Value

The RowSelect property’s default value is False.

See Also