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

Make visible each link coming out of this node and the "to" node it connects to, and perhaps recursively expand their nodes.

Syntax

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

Remarks

This will expand a tree child node only if its GetWasTreeExpanded was true.

This also calls SetIsTreeExpanded to set that attached property, and if appropriate SetWasTreeExpanded, to support data binding whether the tree is expanded.

This operation is performed within an "Expand Tree" transaction.

See Also