HeaderPane
Main
Hide

SftTree/NET 3.0 - Tree Control for Windows Forms

Share Link
Print

ShowExpandCollapseButtonsEnum Enumeration

Used with the SftTree.ShowExpandCollapseButtons property to define whether expand/collapse buttons are shown.

Class: (none)
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Syntax

public enum ShowExpandCollapseButtonsEnum;
Public Enum ShowExpandCollapseButtonsEnum

Values

NameDescription
NoneNo expand/collapse buttons are shown.
AllLevelsExpand/collapse buttons are shown on all item levels, based on each item's ItemClass.ExpandCollapseButton property.

Comments

Used with the SftTree.ShowExpandCollapseButtons property to define whether expand/collapse buttons are shown.

See Also | Classes | SftTree/NET 3.0