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 |
|
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 |
![]() |
False |
![]() |
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