Grid Layout
Repeat a layer or group in a list or grid. Evenly divides the total grid width by the number of columns to quickly size and position the items.
Grid Layout
- Index
- Columns
- Position
- Width
- Item Height
- Padding
- Position
- Size
- Index
- A loop of indices that represent the number of items in the grid. - Use a Loop patch. 
- Columns
- The number of the columns in the grid. 
- Position
- The starting position of the first item in the top-left of the grid. 
- Width
- The total width of the grid. 
- Item Height
- The height of each item. 
- Padding
- The horizontal and vertical padding between each item. 
- Position
- A loop of positions for each item. Connect to a layer or group. 
- Size
- A loop of sizes for each item. Connect to a layer or group.