Syntax
Lua |
---|
function ListBox:GetMaxColumns(); |
Returns
Type: numberThe 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.
Lua |
---|
function ListBox:GetMaxColumns(); |