'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.