Method ScrollToItem
ScrollToItem(int)
Scrolls to a specific item index and makes it visible.
Declaration
public void ScrollToItem(int index)
Parameters
| Type | Name | Description |
|---|---|---|
| int | index | Item index to scroll to. Specify -1 to make the last item visible. |