Reference API Roblox

Engine API

Website

Related

Reference API Roblox

TableMajorAxis

Used by UITableLayout.MajorAxis to decide whether direct siblings are rows or columns.

Items 2

HistoryNameValueDescription
290RowMajor0

The direct siblings are considered rows.

290ColumnMajor1

The direct siblings are considered columns.

Description

Used to indicate whether the direct siblings of a UITableLayout are considered the rows or the columns. The children of the direct siblings are the columns or rows, respectively.

History 3

Settings