Touch.ScrollTo(TextView, Layout, Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.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);
[<Android.Runtime.Register("scrollTo", "(Landroid/widget/TextView;Landroid/text/Layout;II)V", "")>]
static member ScrollTo : Android.Widget.TextView * Android.Text.Layout * int * int -> unit
Parameters
- widget
- TextView
- layout
- Layout
- x
- Int32
- y
- Int32
- Attributes
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.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.