Beta Documentation - Subject to change.

Ensures that the specified item is visible.

Syntax

Lua
function ListBox:EnsureVisible(index);

Parameters

index
Type: number
The one-based index of the item to scroll into view.

Remarks

This method will scroll into view the specified item index.

See Also