UIGridLayout
Overview
Properties
CellPadding
Code Samples
local ScreenGui = script.Parent
local Frame = ScreenGui:WaitForChild("Frame")
local UIGridLayout = Frame:WaitForChild("UIGridLayout")
UIGridLayout.CellPadding = UDim2.new(0, 10, 0, 10)CellSize
Code Samples
FillDirectionMaxCells
Code Samples
Methods
Events
See also
Last updated