TdxTreeViewControlOptionsSelection.RowSelect Property
Declaration
property RowSelect; default False;
Property Value
Type | Default | Description |
---|---|---|
Boolean | False | If True, the control highlights entire rows of selected nodes. If False, only node content is highlighted. |
Remarks
Options include:
Value | Example |
---|---|
True | |
False |
Note
The Tree View can highlight node rows only if the control’s OptionsView.ShowLines property is set to False.
See Also