Shows all nodes and links in the subtree starting from this node.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public void Expand () |
Visual Basic Copy Code |
---|
Public Sub Expand () |
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.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |