HeaderPane
Main
Hide

SftTree/NET 3.0 - Tree Control for Windows Forms

Share Link
Print

ExpandCollapseButtonStyleEnum Enumeration

Used with the ItemClass.ExpandCollapseButton property to define the expand/collapse button style.

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

Syntax

public enum ExpandCollapseButtonStyleEnum;
Public Enum ExpandCollapseButtonStyleEnum

Values

NameDescription
ConditionalThe expand/collapse button is only shown if the item has dependents.
ShowThe expand/collapse button is always shown even if the item does not have dependents. An application can dynamically add dependents when the ItemClick event occurs.
HideNever show the expand/collapse button even if the item has dependents.

Comments

Used with the ItemClass.ExpandCollapseButton property to define the expand/collapse button style.

See Also | Classes | SftTree/NET 3.0