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 |
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 |
|
False |
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