MindFusion.Wpf Pack Programmer's Guide
DiagramNode.Expand Method
See Also
 





Shows all nodes and links in the subtree starting from this node.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public void Expand ()

Visual Basic  Copy Code

Public Sub Expand ()

 Remarks

This method is useful mostly when nodes form a tree-like hierarchical structure. Use Expand to show a subtree of nodes that was previously collapsed, either interactively or by calling Collapse. If the RecursiveExpand property is enabled, all tree levels are expanded recursively.

 See Also

DiagramNode Members
DiagramNode Class
MindFusion.Diagramming.Wpf Namespace
Collapse Method
Expanded Property