Android.Widget.ScrollView.SmoothScrollBy Method
Like Android.Views.View.ScrollBy(int, System.Int32), but scroll smoothly instead of immediately.

Syntax

[Android.Runtime.Register("smoothScrollBy", "(II)V", "")]
public void SmoothScrollBy (int dx, int dy)

Parameters

dx
the number of pixels to scroll by on the X axis
dy
the number of pixels to scroll by on the Y axis

Remarks

Like Android.Views.View.ScrollBy(int, System.Int32), but scroll smoothly instead of immediately.

[Android Documentation]

Requirements

Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1