π„œ Grid

A table-like panel that retains the width of every column throughout the table.

This class shares methods and events from Panel Widget.

The Panel Slot of this Panel is GridSlot


🦠 Functions

AddChild

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

Widget

InRow

InColumn

SetColumnFill

GridPanel:SetColumnFill(ColumnIndex, Coefficient)
Type
Parameter
Description

ColumnIndex

Coefficient

SetRowFill

GridPanel:SetRowFill(ColumnIndex, Coefficient)
Type
Parameter
Description

ColumnIndex

Coefficient

Last updated