FlexGrid for WPF | ComponentOne
C1.WPF.GridControl Assembly / C1.WPF.Grid Namespace / C1GridControl Class / ChangeView Method
The horizontal offset.
The vertical offset.
The zoom scale.
if set to true disable animations.

In This Topic
    ChangeView Method (C1GridControl)
    In This Topic
    Changes the scroll and zoom of the grid to the specified part of the viewport.
    Syntax
    'Declaration
     
    Public Sub ChangeView( _
       ByVal horizontalOffset As Nullable(Of Double), _
       ByVal verticalOffset As Nullable(Of Double), _
       Optional ByVal zoomScale As Nullable(Of Double), _
       Optional ByVal disableAnimation As Boolean _
    ) 

    Parameters

    horizontalOffset
    The horizontal offset.
    verticalOffset
    The vertical offset.
    zoomScale
    The zoom scale.
    disableAnimation
    if set to true disable animations.
    See Also