GridLayout Properties
Wrapping Column: (NaN means there's no limit)
Wrapping Width: (NaN means use the diagram's viewport width)
Cell Size: (NaN x NaN means use a cell size big enough to hold any node)
Spacing: (the minimum space between the nodes)
Alignment: Position Location
Arrangement: LeftToRight RightToLeft
Sorting:

For information on GridLayout and its properties, see the GridLayout documentation page.


GoJS Features in this sample

Grid Layouts

This predefined layout is used for placing Nodes in a grid-like arrangement. Nodes can be ordered, spaced apart, and wrapped as needed. This Layout ignores any Links connecting the nodes being laid out. More information can be found in the GoJS Intro.

Related samples