Skip to main content

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 True, the highlight effect for the selected node is hidden when the control has no focus. If False, the selected node is always highlighted.

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 Node Selection is Hidden
False Node Selection is Visible

The HideSelection property’s default value is True.

See Also