HeaderPane
Main
Hide

SftTree/NET 3.0 - Tree Control for Windows Forms

Share Link
Print

ExpandStyleEnum Enumeration

Used with the Expand method.

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

Syntax

public enum ExpandStyleEnum;
Public Enum ExpandStyleEnum

Values

NameDescription
AllExpand all dependent items, including indirect dependent items resulting in all dependents fully expanded.
DirectOnlyExpand this item, collapse all its dependents.
SimpleExpand this item, leave its dependents unchanged.
RestoreLastExpand this item and restore all its dependents to their last saved state.

Comments

Used with the Expand method.

See Also | Classes | SftTree/NET 3.0