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

Syntax

[Android.Runtime.Register("smoothScrollToPosition", "(II)V", "GetSmoothScrollToPosition_IIHandler")]
public virtual void SmoothScrollToPosition (int position, int boundPosition)

Parameters

position
Scroll to this adapter position.
boundPosition
Do not scroll if it would move this adapter position out of view.

Remarks

Smoothly scroll to the specified adapter position. The view will scroll such that the indicated position is displayed, but it will stop early if scrolling further would scroll boundPosition out of view.

[Android Documentation]

Requirements

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