TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / C1Zoom Class / SetScrollLocation Method
The scroll location.
true to use animation; otherwise, false.
Example

In This Topic
    SetScrollLocation Method (C1Zoom)
    In This Topic
    Sets the ScrollLocation and determines whether use animation when change ScrollLocation.
    Syntax
    'Declaration
     
    
    Public Sub SetScrollLocation( _
       ByVal scrollLocation As Point, _
       Optional ByVal useAnimation As Boolean _
    ) 
    public void SetScrollLocation( 
       Point scrollLocation,
       bool useAnimation
    )

    Parameters

    scrollLocation
    The scroll location.
    useAnimation
    true to use animation; otherwise, false.
    Example

    The following code example shows how to use this method.

    This code example is part of a larger example provided for the AnimationStartingEventArgs class.

    See Also