ComponentOne Basic Library for WPF and Silverlight
BringIndexIntoView Method (C1ListViewer)


C1.Silverlight Namespace > C1ListViewer Class : BringIndexIntoView Method
The index of the to bring into view.
A sub area inside the item which can be used to scroll to a more specific point.
If true, the zoom will be changed so that the whole area is visible.
Action called when the the animation completed.
Brings the specified index into view.
Syntax
'Declaration
 
Public Sub BringIndexIntoView( _
   ByVal index As System.Integer, _
   Optional ByVal subOffset As System.Nullable(Of Rect), _
   Optional ByVal changeZoomIfNecessary As System.Boolean, _
   Optional ByVal completed As System.Action _
) 
'Usage
 
Dim instance As C1ListViewer
Dim index As System.Integer
Dim subOffset As System.Nullable(Of Rect)
Dim changeZoomIfNecessary As System.Boolean
Dim completed As System.Action
 
instance.BringIndexIntoView(index, subOffset, changeZoomIfNecessary, completed)
public void BringIndexIntoView( 
   System.int index,
   System.Nullable<Rect> subOffset,
   System.bool changeZoomIfNecessary,
   System.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.
See Also

Reference

C1ListViewer Class
C1ListViewer Members