Beta Documentation - Subject to change.

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

Syntax

Lua
function ListBox:GetWrapIndentAmount();

Returns

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

Remarks

Gets 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