Quantcast
Channel: Northwoods Software - Latest topics
Viewing all articles
Browse latest Browse all 7425

Problem with snap to grid

$
0
0

@marco.az wrote:

Hi, I am adding a 'snap to grid' functionality to my diagram and, following documentation and samples, I have activated the grid as the following

grid: $(go.Panel, "Grid",
                  { gridCellSize: new go.Size(20, 20) },
                  $(go.Shape, "LineH", { stroke: "lightgray", strokeWidth: 0.5 }),
                  $(go.Shape, "LineV", { stroke: "lightgray", strokeWidth: 0.5 })
                ),
          	"draggingTool.isGridSnapEnabled": true,
                "draggingTool.gridSnapCellSpot": go.Spot.TopLeft,

That's fine, I have the grid and the nodes movements are now possible only by fixed steps but the node's panel is NOT aligned with the grid lines
In the following image, nodes are initially placed by GoJS and they are obviously not aligned with the grid

but if I move the second box to the left for example, trying to align it with the grid it jumps of [gridCellSize] pixels and not of the amount necessary to align with the first grid line on the left, making impossible to align the two boxes on the left side.

How can I solve this problem?
Thanks, in advance
Marco

Posts: 3

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 7425

Latest Images

Trending Articles



Latest Images