The members of Android.Widget.ScrollView are listed below.
See Also: Inherited members from Android.Widget.FrameLayout
A constructor used when creating managed representations of JNI objects; called by the runtime. |
FillViewport | bool. Indicates whether this ScrollView's content is stretched to fill the viewport. | |
[read-only] | MaxScrollAmount | int. |
SmoothScrollingEnabled | bool. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
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). |