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 |
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 |
|
False |
The ShowExpandButtons
property’s default value is True
.
See Also