Hi, I would like to know if custom node arrangement is possible within the xamOrgChart control?
I want to make a chart like the one in the left below and make it look like the one in the right (click to view full image).
I basically need to make the leaf nodes to be displayed as a vertical list, is this possible?
Thanks,Luis
Hello Luis,
Thank you for your post! I have been looking into your issue. You can achieve the functionality on the right sight of the attached picture if the node is a child of the one before it. Currently there is no built-in functionality to display children of one node vertically.
What I can suggest is to use the xamNetworkNode. Using the xamNetworkNode you can arrange the nodes the way you want. You can see a working sample in our Samples Browser, installed on your computer with our controls. You can also see it from the following link: http://es.infragistics.com/products/wpf/sample/network-node/node-relocation.
Please do not hesitate to let me know if you have any further questions on the matter.
Sorry, the previous image was not correct, the below image (right side) is what I'm trying to achieve.
I did try to use the xamNetworkNode control but it doesn't seem to be a way to automatically arrange the nodes like I want, right?