TreePlus PreExpandNode Method TreePlusSilverlight - An implementation of the TreePlus algorithm using Silverlight
Alter tree edges for already visible nodes that are attached to a new parent node (i.e. "moved").

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 visible, are connected to other nodes and are not predecessors of treeNode.
See Also