MobileForms Toolkit Documentation

Node.Collapse Method 

Collapses the current tree node.

public virtual void Collapse();

Remarks

Use the Collapse method to conveniently collapse the current node.

To collapse the current node and all its child nodes, consider using the CollapseAll method. CollapseAll will collapse all the nodes in the entire tree.

See Also

Node Class | Resco.Controls.AdvancedTree Namespace