Category / Section
How to change the level of nodes in DirectedTreeLayout of WPF Diagram (SfDiagram)?
1 min read
WPF Diagram (SfDiagram) provide a support to change the level of Nodes in DirectedTreeLayout. We have provided an ArrangeChildren virtual method to override order of Children in Collection based on some constraints. This method will help to update the Children’s Position based on runtime changes. We have provided screenshot and sample to represent this.