Android.Widget.AbsListView.SmoothScrollToPositionFromTop Method
Smoothly scroll to the specified adapter position.

Syntax

[Android.Runtime.Register("smoothScrollToPositionFromTop", "(III)V", "GetSmoothScrollToPositionFromTop_IIIHandler")]
public virtual void SmoothScrollToPositionFromTop (int position, int offset, int duration)

Parameters

position
Position to scroll to
offset
Desired distance in pixels of position from the top of the view when scrolling is finished
duration
Number of milliseconds to use for the scroll

Remarks

Smoothly scroll to the specified adapter position. The view will scroll such that the indicated position is displayed offset pixels below the top edge of the view. If this is impossible, (e.g. the offset would scroll the first or last item beyond the boundaries of the list) it will get as close as possible. The scroll will take duration milliseconds to complete.

[Android Documentation]

Requirements

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