Android.Widget.RemoteViews.SetRelativeScrollPosition Method
Equivalent to calling AbsListView.SmoothScrollToPosition(int, System.Int32).

Syntax

[Android.Runtime.Register("setRelativeScrollPosition", "(II)V", "GetSetRelativeScrollPosition_IIHandler")]
public virtual void SetRelativeScrollPosition (int viewId, int offset)

Parameters

viewId
The id of the view to change
offset
Scroll by this adapter position offset

Remarks

Requirements

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