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 |
|
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.
Property Value Examples
Value | Example |
---|---|
True |
![]() |
False |
![]() |
Default Value
The ShowExpandButtons
property’s default value is True
.
See Also