Northwoods.GoSilverlight 1.1.3 Assembly
CollapseTree Method
See Also  Send Feedback
Northwoods.GoXam Namespace > Node Class : CollapseTree Method

Collapse each of the links coming out of this node, and recursively collapse the "to" node for each of those links.

Syntax

Visual Basic (Declaration) 
Public Sub CollapseTree() 
C# 
public void CollapseTree()

Remarks

This also collapses tree children nodes.

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