WebView.PageUp(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Scrolls the contents of this WebView up by half the view size.
[Android.Runtime.Register("pageUp", "(Z)Z", "GetPageUp_ZHandler")]
public virtual bool PageUp (bool top);
[<Android.Runtime.Register("pageUp", "(Z)Z", "GetPageUp_ZHandler")>]
abstract member PageUp : bool -> bool
override this.PageUp : bool -> bool
Parameters
- top
- Boolean
true
to jump to the top of the page
Returns
true
if the page was scrolled
- Attributes
Remarks
Scrolls the contents of this WebView up by half the view size.
Java documentation for android.webkit.WebView.pageUp(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.