Skip to main content

TdxShellTreeViewControlOptionsView.ShowExpandButtons Property

Specifies if the Shell Tree View control displays node expand buttons.

Declaration

property ShowExpandButtons; default True;

Property Value

Type Default Description
Boolean True

If True, the control displays node expand buttons. If False, node expand buttons are hidden.

Remarks

Set the ShowExpandButtons property to False to hide node expand buttons. You can set the Shell Tree View control’s OptionsBehavior.AutoExpand property to True to allow users to click a node to expand it.

Examples

Value Example
True Expand Buttons are Visible
False Expand Buttons are Hidden

The ShowExpandButtons property’s default value is True.

See Also