Android.Views.View.CanScrollVertically Method
Check if this view can be scrolled vertically in a certain direction.

Syntax

[Android.Runtime.Register("canScrollVertically", "(I)Z", "GetCanScrollVertically_IHandler")]
public virtual bool CanScrollVertically (int direction)

Parameters

direction
Negative to check scrolling up, positive to check scrolling down.

Returns

Documentation for this section has not yet been entered.

Remarks

Check if this view can be scrolled vertically in a certain direction.

[Android Documentation]

Requirements

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