Beta Documentation - Subject to change.

Sets the flag indicating that cell alignment is ignored during rendering.

Syntax

Lua
function ListBox:SetIgnoreCellAlignment(value);

Parameters

value
Type: boolean
True to ignore cell alignment.

Remarks

Sets the flag indicating that cell alignment is ignored during rendering. When set to true, consecutive elements are always rendered immediately adjacent to their predecessor, regardless of the current column or row width specification. The default behavior is false which causes cells in a column or row to alway align with the width or height of its predecessor.

See Also