ScrollItemIntoView Method (JList)

Class

JList.

Action

Scrolls an item into view.

Syntax

list.ScrollItemIntoView(item)
Variable Description
item The name or index of the item to scroll into view. ItemIdentifier.

Examples

colorsList.ScrollItemIntoView("orange")
colorsList.ScrollItemIntoView(10)