GridParams Fields |
The GridParams type exposes the following members.
| Name | Description | |
|---|---|---|
| alignmentOfCellsInGroup | The alignment of cells inside their parent LayoutGroup (Vertical or Horizontal, depending on ScrollView's orientation) | |
| cellHeightForceExpandInGroup | Wether to force the cells to expand in height inside their parent LayoutGroup | |
| cellPrefab | The prefab to use for each cell | |
| cellWidthForceExpandInGroup | Wether to force the cells to expand in width inside their parent LayoutGroup | |
| groupPadding | The padding of cells as a whole inside their parent LayoutGroup | |
| numCellsPerGroup | The max. number of cells in a row (for vertical ScrollView) or column (for horizontal ScrollView) |