Beta Documentation - Subject to change.

Gets the maximum number of items per line.

Syntax

Lua
function ListBox:GetMaxItemsPerLine();

Returns

Type: number
The maximum number of elements per line.

Remarks

Gets the maximum number of items to place in a single line, horizontally or vertically depending on the control's orientation, before advancing to the next line.

See Also