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

Highlight the autoScrollRegion to aware user to scroll diagram while dragging

$
0
0

@code-rider wrote:

HI
this is my simple diagram

myDiagram = $(
    go.Diagram,
    "chart-container",
    {
      initialAutoScale: go.Diagram.UniformToFill,
      layout: $(go.LayeredDigraphLayout, {direction:90, layerSpacing: 100 }),
      isReadOnly: false,
      autoScrollRegion: new go.Margin(50, 50, 50, 50),
    }
  );

just need to Highlight the autoScrollRegion to aware user how to scroll while your creating link to out of view node.
so we will add some note about it.
or if we are able to add some penels on edges of canvas like 30px border which is no move with internal graph.
Thanks

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 7069

Trending Articles