Extend the layout mechanism to allow control over the layouted elements in order to exclude all disconnected shapes from the layout and reorder connections by their target connectors.
Hi , I hope the following SDK sample will give you what you need: https://github.com/telerik/xaml-sdk/tree/master/Diagram/SortTreeLayoutShapes It basically shows how you can sort the child shapes of a given shape in Tree Layout.
There was a post in 2015 (below) for the Layout method to allow control of tree down or tree up layout. Currently there seems to be no way to automatically layout a flow from top down or bottom up of connected elements on a diagram. ----------------------- Sept. 2015 Hello! I have a problem with Layout in RadDiagram. While using this example after applying Layout() method to my diagram (Sample.jpg), arrangement of layers and connections between them became very strange. Examples of applying Tree-down and Tree-up layouts are in the files TreeDown.jpg and TreeUp.jpg respectively. Is it possible to place layers applying Layout() method, according to their connection? Thank You! ◦ TreeUp.jpg ◦ TreeDown.jpg ◦ Sample.jpg
currently the order of the child nodes is only according to the nodes add order, this order can't be change so the final displayed result can't be controlled! there should be some solution either arranging nodes in the MVVM nodes list or adjust some logic to the layout to control this.
I agree: It is very needed feature. Eliezer Kaplansy PhD. CTO Makeshet Information Systems Ltd.
It is a must needed feature