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

Syntax

[Android.Runtime.Register("smoothScrollToPosition", "(I)V", "GetSmoothScrollToPosition_IHandler")]
public virtual void SmoothScrollToPosition (int position)

Parameters

position
Scroll to this adapter position.

Remarks

Smoothly scroll to the specified adapter position. The view will scroll such that the indicated position is displayed.

[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