ScrollItemIntoView Method (JList)

Class

JList.

Action

Scrolls an item into view.

Syntax

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

Examples

VB

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