| 
 | 
 | 
 | 
| 
        | ShowExpandCollapseButtons Property, SftTree Class | 
Defines whether expand/collapse buttons are shown.
Syntax SftTree Class (Softelvdm.SftTreeNET)
| VB | Public Property ShowExpandCollapseButtons As ShowExpandCollapseButtonsEnum | 
| C# | public ShowExpandCollapseButtonsEnum ShowExpandCollapseButtons { get; set; } | 
| C++ | public: property ShowExpandCollapseButtonsEnum ShowExpandCollapseButtons { | 
Property Value
The expand/collapse buttons display style.
| Value | Description | |
| 0 | No expand/collapse buttons are shown. | |
| 1 | Expand/collapse buttons are shown on all item levels, based on each item's ExpandCollapseButton property. | 
The default value is ShowExpandCollapseButtonsEnum.AllLevels.
Comments
The ShowExpandCollapseButtons property defines whether expand/collapse buttons are shown.
The ButtonLook property is used to define the appearance of expand/collapse buttons.
Expand/collapse buttons are optional and are displayed in the hierarchy area of the hierarchy column. They are only shown if a hierarchy column has been defined (ColumnClass.ShowHierarchy).