Android.Widget.HorizontalScrollView.SmoothScrollTo Method
Like HorizontalScrollView.scrollTo(int, int), but scroll smoothly instead of immediately.

Syntax

[Android.Runtime.Register("smoothScrollTo", "(II)V", "")]
public void SmoothScrollTo (int x, int y)

Parameters

x
the position where to scroll on the X axis
y
the position where to scroll on the Y axis

Remarks

Like HorizontalScrollView.scrollTo(int, int), 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 3