OptionalCellPadding?: UDim2CellPadding applied to the UIGridLayout.
OptionalCellSize?: UDim2CellSize applied to the UIGridLayout.
OptionalFillDirection?: Enum.FillDirectionFillDirection applied to the UIGridLayout.
OptionalFillDirectionMaxCells?: numberOptionalHorizontalAlignment?: Enum.HorizontalAlignmentHorizontalAlignment applied to the UIGridLayout.
OptionalSortOrder?: Enum.SortOrderSortOrder applied to the UIGridLayout.
OptionalStartCorner?: Enum.StartCornerStartCorner applied to the UIGridLayout.
OptionalUIPadding?: number | Vector2 | UDim | [UDim, UDim, UDim, UDim]Padding applied to the created UIPadding, NOT the Padding of the UIGridLayout.
number, all sides will have the offset of the number provided.Vector2, left and right will have values of X, top and bottom will have values of Y.UDim, UDim will be applied to all sides.OptionalVerticalAlignment?: Enum.VerticalAlignmentVerticalAlignment applied to the UIGridLayout.
A
FramewithUIPaddingandUIGridLayoutsupport.