Beta Documentation - Subject to change.

Gets the orientation of elements in the listbox.

Syntax

Lua
function ListBox:GetOrientation();

Returns

Type: number
Returns either Horizontal or Vertical, indicating which direction elements are arranged in the listbox.

Remarks

Gets the orientation of elements in the listbox.

See Also