Example of Expand And Collapse in Blazor Diagram Component
This example demonstrates toggling child node visibility in a diagram by clicking parent node icons to expand or collapse hierarchical structures.
Expansion features:
- Manage node state using
IsExpandedproperty - Control visibility of child nodes
- Condense hierarchical views to show only root elements
- Visual indication using
ExpandIconandCollapseIconproperties