C1.WPF Namespace > C1ListViewer Class : BringIndexIntoView Method |
'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 _ )
'Usage
Dim instance As C1ListViewer Dim index As Integer Dim subOffset As Nullable(Of Rect) Dim changeZoomIfNecessary As Boolean Dim completed As Action instance.BringIndexIntoView(index, subOffset, changeZoomIfNecessary, completed)
public void BringIndexIntoView( int index, Nullable<Rect> subOffset, bool changeZoomIfNecessary, Action completed )
public: void BringIndexIntoView( int index, Nullable<Rect> subOffset, bool changeZoomIfNecessary, 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