Hi team,
I am using SfDiagram and have a bunch of nodes to display. I am using MVVM pattern to get data and display data as nodes on the nodes
I observe that when I manually refresh the datasource (though there is nothing changed in the data), the positions of the nodes gets reversed.
I have created a sample and have attached to this post. In the sample when the application initially loads, the Order is maintained as required (flows from left to right). When I click on the Reload button though the data bound is in the same order as initial load, the nodes gets revered and flow from Right to left.
In my actual application I will be creating a diagram with more than 50 nodes in multiple levels, if the order changes it will create a lot of confusion to the user.
I am not sure if I need to set anything explicitly when data reloads.
Let me know if you need any further information.
Thanks,
Srikanth V
Attachment:
MySFDiagram_44e287f6.zip