Beta Documentation - Subject to change.

Sets the number of pixels to indent wrapped rows in a horizontal listbox or wrapped columns in a vertical listbox.

Syntax

Lua
function ListBox:SetWrapIndentAmount(value);

Parameters

value
Type: number
The number of pixels to indent wrapped rows or columns.

Remarks

Sets the number of pixels to indent wrapped rows in a horizontal listbox or wrapped columns in a vertical listbox. The default value is 0, resulting in no indentation.

See Also