'Declaration
Public Sub BringIndexIntoView( _ ByVal index As Integer, _ Optional ByVal subOffset As Nullable(Of Rect), _ Optional ByVal changeZoomIfNecessary As Boolean, _ Optional ByVal completed As Action _ )
public void BringIndexIntoView( int index, Nullable<Rect> subOffset, bool changeZoomIfNecessary, Action completed )
Parameters
- index
- The index of the to bring into view.
- subOffset
- A sub area inside the item which can be used to scroll to a more specific point.
- changeZoomIfNecessary
- If true, the zoom will be changed so that the whole area is visible.
- completed
- Action called when the the animation completed.