UIGridLayout

UIGridLayout : UIGridStyleLayout

Overview

Properties

AbsoluteCellCount

Vector2

Currently not supported.

Code Samples

AbsoluteCellSize

Vector2

Currently not supported.

Code Samples

CellPadding

UDim2

Spacing between cells in the grid. X controls horizontal spacing; Y controls vertical spacing. Supports scale and offset via UDim2.

Code Samples

CellSize

UDim2

The size of each grid cell. Uses UDim2 to support scale and offset, allowing responsive layouts across different screen sizes.

Code Samples

FillDirectionMaxCells

number

Maximum number of cells to place along the primary fill direction before wrapping to the next row or column. Set 0 for no limit.

Code Samples

Methods

Events

See also

GUI

Last updated