Hi,
Is it possible to influence the order in which the nodes are displayed?
Lets assume we have a chart with a parent, three children, each with 3 grandchildren.
I want the oldest child to always appear on the left, how can I do this?
Maybe even allow the user to choose, the eldest first on the left, or the youngest first.
Thanks.
Hi Rob,
Yes! Sorting the collection, sorts the Nodes as well.
Thank you.
Hi Henri,
Were you able to sort the org chart nodes?
The collection was sorted, or so I thought, I will do some tests and get back to you.
If the XamOrgChart is bound to a collection of data then sorting the collection will result in the XamOrgChart nodes reflecting the changes. So for your example you can sort the underlying collection from eldest to youngest and this will automatically be updated in the XamOrgChart.