Android.Widget.HorizontalScrollView Members

The members of Android.Widget.HorizontalScrollView are listed below.

See Also: Inherited members from Android.Widget.FrameLayout

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

FillViewportbool. Indicates whether this HorizontalScrollView's content is stretched to fill the viewport.
[read-only]
MaxScrollAmountint.
SmoothScrollingEnabledbool.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

ArrowScroll(Android.Views.FocusSearchDirection) : bool
Handle scrolling in response to a left or right 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 HorizontalScrollView.scrollTo(int, int), but scroll smoothly instead of immediately.

Protected Methods

ComputeScrollDeltaToGetChildRectOnScreen(Android.Graphics.Rect) : int
Compute the amount to scroll in the X 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).