|
a few children of first and second level have several hundreds chidren when others have only somes. Is it possible to override the automatic layout in order they appear closer to the top parent and not completely at the bottom ? (ie sort waterfall with number of children ascending) |
Currently the layout nodes are arranged with based on the Z-order of the nodes. But we don’t have support to layout the nodes based on the number of children nodes contains parent nodes. So, we have considered it as feature request with “Layout to arrange the nodes based on the number of children nodes contains parent node” and we will implement this feature in any of our upcoming releases.
|
|
- How can I increase the width of the layout and the reduce it's high in order to make it more readable ? (see joined file syncfusion 1) According to screen copy syncfusion2 it seems possible to offset nodes to the right in order that the total heigth is not the total of each node height but less with nodes going partially up to about half of the preceding (level-1)
|
We are unable to find the actual root cause of your requirement from the given details. So, could you please share/explain us more details about your requirement by using the screenshot or video for current and expected behavior of your requirement. |
|
Thanks for your answer, I would greatly appreciate the "ordering by children count" option, let me know when it could be implemented. |
We will implement and include this feature in our main release volume 4 which will available in December, 2018. | ||||
|
Regarding Second question, |
Please confirm us whether you are expecting the child nodes are rendering into the right side of the parent (i.e. horizontally right) and bottom of the parent (i.e. vertically down after parent)? please refer to the below images for current and expected behavior.
Once you confirm the above behavior, we will analyze and create a sample to customize the Diagram’s GraphLayoutManager class and arrange the layout as per your requirement.
|