Brings the specified index into view.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
public void BringIndexIntoView(
	int index,
	Rect subOffset,
	Action completed
)
Visual Basic
Public Sub BringIndexIntoView ( _
	index As Integer, _
	subOffset As Rect, _
	completed As Action _
)

Parameters

index
Type: System..::..Int32
The index of the to bring into view.
subOffset
Type: System.Windows..::..Rect
A sub area inside the item which can be used to scroll to a more specific point.
completed
Type: System..::..Action
Action called when the the animation completed.

See Also