Reload Diagram Link is not the same

I suspect you have a conflict – you are setting the node locations via a Binding on the Node.location property from some property on the node data object in the model, and you are setting node locations via the ForceDirectedLayout that is the value of Diagram.layout.

If you do not want the layout to be performed when the model is loaded, you should set Layout.isInitial to false.

1 Like