HeaderPane
Main
Hide

SftTree/NET 3.0 - Tree Control for Windows Forms

Share Link
Print

ShowExpandCollapseButtons Property, SftTree Class

Defines whether expand/collapse buttons are shown.

Class: SftTree
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Syntax

public ShowExpandCollapseButtonsEnum ShowExpandCollapseButtons { get; set; }
Public Property ShowExpandCollapseButtons As ShowExpandCollapseButtonsEnum

Value

The expand/collapse buttons display style.

The default value is ShowExpandCollapseButtonsEnum.AllLevels.

Comments

Defines whether expand/collapse buttons are shown.

The SftTree.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).

See Also SftTree Class | Classes | SftTree/NET 3.0