ScrollItemIntoView Method (JList)

Class

JList class

Action

Scrolls an item into view.

Syntax

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

Examples

ColorsList.ScrollItemIntoView("orange")
ColorsList.ScrollItemIntoView(10)