TreePlus ExpandNode Method TreePlusSilverlight - An implementation of the TreePlus algorithm using Silverlight
Add new TreePlusUINodes TreePlusUINode for currently invisible elements that are attached to the node that is currently being expanded.

Namespace: TreePlusSilverlight
Assembly: TreePlusSilverlight (in TreePlusSilverlight.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

Parameters

treeNode
Type: TreePlusSilverlight.Graph Node
Node to be exanded. This will become the new parent inside the tree for all connected nodes that are currently not visible.
See Also