Android.Text.Method.Touch.ScrollTo Method
Scrolls the specified widget to the specified coordinates, except constrains the X scrolling position to the horizontal regions of the text that will be visible after scrolling to the specified Y position.

Syntax

[Android.Runtime.Register("scrollTo", "(Landroid/widget/TextView;Landroid/text/Layout;II)V", "")]
public static void ScrollTo (Android.Widget.TextView widget, Android.Text.Layout layout, int x, int y)

Parameters

widget
Documentation for this section has not yet been entered.
layout
Documentation for this section has not yet been entered.
x
Documentation for this section has not yet been entered.
y
Documentation for this section has not yet been entered.

Remarks

Scrolls the specified widget to the specified coordinates, except constrains the X scrolling position to the horizontal regions of the text that will be visible after scrolling to the specified Y position.

[Android Documentation]

Requirements

Namespace: Android.Text.Method
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1