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

If True, the control highlights the entire row occupied by the selected node when the control’s OptionsView.ShowLines property is set to False. If False, only the node’s content is highlighted.

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.

Examples

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

Note

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

The RowSelect property’s default value is False.

See Also