sorry my english, i am mexican:
Hi, I need the shapes in specific order. A a b c d 1 2 3
how can i do that? because the Hierarchical Layout algorithmorder the shapes in like this:
A b c a d 1 2 3
thanks!, i hope you can help me.
My suggestion is that you use the hierarchical layout to calculate the positions, but do not use the Apply method until you have made your own changes to the Node objects contained in the Nodes collection of the Graph.
You should swap locations for nodes in the graph. Nodes are added to the Nodes collection using the same key as the shape in the Shapes collection.
You can retrieve information about child and parent nodes by using the Navigate class.