Unplanned
Last Updated: 19 Jan 2017 12:20 by ADMIN
ADMIN
Telerik Admin
Created on: 17 Jun 2013 16:36
Category: Diagram
Type: Feature Request
8
Diagram: Extend the layout mechanism to allow control over the layouted elements
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.
5 comments
ADMIN
Petar Mladenov
Posted on: 19 Jan 2017 12:20
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.
Davis
Posted on: 18 Jan 2017 20:10
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 
Pointer-Telerik
Posted on: 27 Jun 2016 14:38
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.
EK
Posted on: 10 Apr 2016 11:20
I agree:
It is very needed feature.

Eliezer Kaplansy PhD.
CTO
Makeshet Information Systems Ltd.
Shalvin
Posted on: 18 Dec 2014 06:26
It is a must needed feature