Search
DiagramNode.Expand Method
See Also
 





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

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 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