Xamarin.iOS Documentation | ComponentOne
C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1ScrollViewer Class / ChangeView Method
The horizontal offset.
The vertical offset.
The zoom factor.
if set to true [disable animation].


In This Topic
    ChangeView Method (C1ScrollViewer)
    In This Topic
    Changes the view.
    Syntax
    'Declaration
     
    
    Public Sub ChangeView( _
       ByVal horizontalOffset As Nullable(Of Double), _
       ByVal verticalOffset As Nullable(Of Double), _
       ByVal zoomFactor As Nullable(Of Double), _
       ByVal disableAnimation As Boolean _
    ) 
    'Usage
     
    
    Dim instance As C1ScrollViewer
    Dim horizontalOffset As Nullable(Of Double)
    Dim verticalOffset As Nullable(Of Double)
    Dim zoomFactor As Nullable(Of Double)
    Dim disableAnimation As Boolean
     
    instance.ChangeView(horizontalOffset, verticalOffset, zoomFactor, disableAnimation)

    Parameters

    horizontalOffset
    The horizontal offset.
    verticalOffset
    The vertical offset.
    zoomFactor
    The zoom factor.
    disableAnimation
    if set to true [disable animation].
    See Also