list.ScrollItemIntoView(item)
list.ScrollItemIntoView(item)
Variable | Description |
---|---|
item | The name or index of the item to scroll into view. ItemIdentifier. |
VB
colorsList.ScrollItemIntoView("orange") colorsList.ScrollItemIntoView(10)