The methods of Android.Widget.ScrollView are listed below. For a list of all members, see the ScrollView Members list.
See Also: Inherited members from Android.Widget.FrameLayout
ArrowScroll(Android.Views.FocusSearchDirection)Handle scrolling in response to an up or down arrow click. | ||
ExecuteKeyEvent(Android.Views.KeyEvent)You can call this function yourself to have the scroll view perform scrolling from a key event, just as if the event had been dispatched to it by the view hierarchy. | ||
Fling(int)Fling the scroll view | ||
FullScroll(Android.Views.FocusSearchDirection) | ||
PageScroll(Android.Views.FocusSearchDirection) | ||
SmoothScrollBy(int, int)Like Android.Views.View.ScrollBy(int, System.Int32), but scroll smoothly instead of immediately. | ||
SmoothScrollTo(int, int)Like ScrollView.scrollTo(int, int), but scroll smoothly instead of immediately. |
ComputeScrollDeltaToGetChildRectOnScreen(Android.Graphics.Rect)Compute the amount to scroll in the Y direction in order to get a rectangle completely on the screen (or, if taller than the screen, at least the first screen size chunk of it). |