Android.Widget.ScrollView: Method Members

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

Public Methods

ArrowScroll(Android.Views.FocusSearchDirection) : bool
Handle scrolling in response to an up or down arrow click.
ExecuteKeyEvent(Android.Views.KeyEvent) : bool
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) : bool
PageScroll(Android.Views.FocusSearchDirection) : bool
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.

Protected Methods

ComputeScrollDeltaToGetChildRectOnScreen(Android.Graphics.Rect) : int
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).