TdxShellTreeViewControlOptionsSelection.HideSelection Property
Specifies if the Shell Tree View control hides the highlight effect for the selected node when another control has focus.
Declaration
property HideSelection; default True;
Property Value
Type | Default | Description |
---|---|---|
Boolean | True | If |
Remarks
You can set the RowSelect property to True
to extend the row highlight effect to an entire row if the Shell Tree View control’s OptionsView.ShowLines property is set to False
.
Examples
Value | Example |
---|---|
True |
|
False |
The HideSelection
property’s default value is True
.
See Also