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 ([Android.Runtime.GeneratedEnum] FocusSearchDirection 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)
Since: Added in API level 14