C1.Silverlight Namespace > C1ListViewer Class : BringIndexIntoView Method |
'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 )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2