WebView.PageDown(Boolean) Method

Definition

Scrolls the contents of this WebView down by half the page size.

[Android.Runtime.Register("pageDown", "(Z)Z", "GetPageDown_ZHandler")]
public virtual bool PageDown (bool bottom);
[<Android.Runtime.Register("pageDown", "(Z)Z", "GetPageDown_ZHandler")>]
abstract member PageDown : bool -> bool
override this.PageDown : bool -> bool

Parameters

bottom
Boolean

true to jump to bottom of page

Returns

true if the page was scrolled

Attributes

Remarks

Scrolls the contents of this WebView down by half the page size.

Java documentation for android.webkit.WebView.pageDown(boolean).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to