Beta Documentation - Subject to change.

Gets the maximum number of columns a listbox can display.

Syntax

Lua
function ListBox:GetMaxColumns();

Returns

Type: number
The maximum number of columns a listbox can display per row.

Remarks

Gets the maximum number of columns a listbox can display on a single row.

See Also