Hi Emmanuel,
By default if we want to arrange any layout in the diagram means we want to set both parent ID and Id for the node. So that layout gets arranged in the diagram. In the provided sample we have set Id and parent Id in the sample. Please find the below code snippet
|
changeSetDiagram.Binding.ParentId = "ParentStep";
changeSetDiagram.Binding.Id = "StepId"; |
If we misunderstood your requirements, please share us your requirement in detail or any image representation of your requirement which would help us to proceed further.
Regards
Aravind Ravi