TcxCustomShellBrowserDialog.ShowButtons Property
Specifies whether the expand buttons are displayed within the shell browser dialog.
Declaration
property ShowButtons: Boolean read; write; default True;
Property Value
| Type | Default |
|---|---|
| Boolean | True |
Remarks
Set this property to False to hide expand buttons displayed within the shell browser dialog. The images below show you the shell browser dialog when the ShowButtons property is set to True and False respectively.

If expand buttons are not displayed, end-users can use the following methods to expand and collapse parent nodes:
- Pressing the right and left arrow keys when the desired parent node is selected.
- Double-clicking the desired parent node.
Note
you can hide expand buttons only on the root level of the tree. Set the ShowRoot property to False for this purpose.
The ShowButtons property’s default value is True.
See Also