Quantcast
Channel: GoJS - Northwoods Software
Viewing all articles
Browse latest Browse all 7069

How to Stop auto Arranging nodes after drag & drop?

$
0
0

@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

Read full topic


Viewing all articles
Browse latest Browse all 7069

Trending Articles