π„œ UniformGridPanel

A panel that evenly divides up available space between all of its children.

This class shares methods and events from Panel Widget.

The Panel Slot of this Panel is UniformGridSlot.


🦠 Functions

AddChild

UniformGridPanel:AddChild(Widget, InRow, InColumn)
Type
Parameter
Description

Widget

InRow

InColumn

SetSlotPadding

UniformGridPanel:SetSlotPadding(Padding)
Type
Parameter
Description

Padding

SetMinDesiredSlotHeight

UniformGridPanel:SetMinDesiredSlotHeight(SlotHeight)
Type
Parameter
Description

SlotHeight

SetMinDesiredSlotWidth

UniformGridPanel
:SetMinDesiredSlotWidth(SlotWidth)
Type
Parameter
Description

SlotWidth

Last updated