HeaderPane
Main
Hide

SftTree/NET 3.0 - Tree Control for Windows Forms

Share Link
Print

Collapse Method, ItemCollectionClass Class

Expands all items in the item collection so their dependents become visible.

Class: ItemCollectionClass
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Syntax

public void Collapse( CollapseStyleEnum Style );
Public Sub Collapse( ByVal Style As CollapseStyleEnum )

Parameters

Style

Defines how the items and their dependents are expanded.

Comments

Expands all items in the item collection so their dependents become visible.

This method can only be used for items in the item area.

See Also ItemCollectionClass Class | Classes | SftTree/NET 3.0