@biswa wrote:
I am using
myDiagram =
$(go.Diagram, "myDiagramDiv", {
"grid.visible": true,
"allowDrop": true,
"undoManager.isEnabled": true,
hoverDelay: 1,
layout: $(go.LayeredDigraphLayout)
});When I drag & drop a component the diagram is auto arranging positions in diagram.
How to Stop auto Rearranging nodes after drag & drop?
Posts: 4
Participants: 3