Beta Documentation - Subject to change.

Gets the maximum number of rows a listbox can display.

Syntax

Lua
function ListBox:GetMaxRows();

Returns

Type: number
The maximum number of rows a listbox can display.

Remarks

Gets the maximum number of rows a listbox can display.

See Also