Android.Widget.ScrollView.PageScroll Method

Syntax

[Android.Runtime.Register("pageScroll", "(I)Z", "GetPageScroll_IHandler")]
public virtual bool PageScroll ([Android.Runtime.GeneratedEnum] Android.Views.FocusSearchDirection direction)

Parameters

direction
the scroll direction: Android.Views.View.FOCUS_UP to go one page up or Android.Views.View.FOCUS_DOWN to go one page down

Returns

Documentation for this section has not yet been entered.

Remarks

Handles scrolling in response to a "page up/down" shortcut press. This method will scroll the view by one page up or down and give the focus to the topmost/bottommost 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 1