AA
Amsath Ali M
Syncfusion Team
March 10, 2011 01:23 PM UTC
Hi Scott,
Thanks for using Syncfusion products.
The DiagramLayoutManger has the properties called 'HorizontalSapcing' and 'VerticalSpacing' for maintaining space between nodes. We suggest you to use these properties to achieve your requirement.
Please refer the below code snippet:
DirectedTreeLayoutManager lmanager = new DirectedTreeLayoutManager(diagram1.Model, 45, 30, 30);
//Horizontal and Vertical Spacing
lmanager.VerticalSpacing = 10;
lmanager.HorizontalSpacing = 10;
Please let me know your concerns.
Regards,
Amsath ali.M