GetReverseFill

From LoTROInterface Wiki

Jump to: navigation, search


Gets the a flag indicating if the listbox should fill in reverse.

Syntax

Lua
function ListBox:GetReverseFill();

Returns

Type: boolean
True if reverse fill is enabled.

Remarks

Gets the a flag indicating if the listbox should fill in reverse. When filling in reverse, elements start at the bottom right and fill to the top left of the listbox. The default behavior is false and causes elements to layout from the top left to the bottom right.

Personal tools