[]
Brings the specified index into view.
public void BringIndexIntoView(int index, Rect? subOffset = null, bool changeZoomIfNecessary = true, Action completed = null)
Type | Name | Description |
---|---|---|
int | index | The index of the to bring into view. |
Rect? | subOffset | A sub area inside the item which can be used to scroll to a more specific point. |
bool | changeZoomIfNecessary | If true, the zoom will be changed so that the whole area is visible. |
Action | completed | Action called when the the animation completed. |