Android.Widget.HorizontalScrollView.FullScroll Method

Syntax

[Android.Runtime.Register("fullScroll", "(I)Z", "GetFullScroll_IHandler")]
public virtual bool FullScroll ([Android.Runtime.GeneratedEnum] Android.Views.FocusSearchDirection direction)

Parameters

direction
the scroll direction: Android.Views.View.FOCUS_LEFT to go the left of the view or Android.Views.View.FOCUS_RIGHT to go the right

Returns

Documentation for this section has not yet been entered.

Remarks

Handles scrolling in response to a "home/end" shortcut press. This method will scroll the view to the left or right and give the focus to the leftmost/rightmost component in the new visible area. If no component is a good candidate for focus, this scrollview reclaims the focus.

[Android Documentation]

Requirements

Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3