Android.Widget.GridView.SmoothScrollByOffset Method
Smoothly scroll to the specified adapter position offset.

Syntax

[Android.Runtime.Register("smoothScrollByOffset", "(I)V", "GetSmoothScrollByOffset_IHandler")]
public virtual void SmoothScrollByOffset (int offset)

Parameters

offset
The amount to offset from the adapter position to scroll to.

Remarks

Smoothly scroll to the specified adapter position offset. 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 11