TreePlus AnimateExpansion Method TreePlusSilverlight - An implementation of the TreePlus algorithm using Silverlight
Actually animate the expansion of all currently invisible nodes to the upper right side of the tree.

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 moved from its parent's location to the upper right.

Return Value

The number of Nodes that were previously invisible.
See Also