GoXam for WPF v3
CollapseTree Method
Northwoods.GoXam Namespace > Node Class : CollapseTree Method
Make not visible each child node and the link connecting with the child node, and recursively collapse each child node.
Syntax
public void CollapseTree()
Remarks

Links are assumed to go from the parent node to the children nodes, unless TreePath is set to "Source".

This also calls SetIsTreeExpanded to set that attached property, and SetWasTreeExpanded to remember whether a tree child node had been expanded, to support data binding the state of the tree node.

This operation is performed within a "Collapse Tree" transaction.

See Also

Reference

Node Class
Node Members