Android.Widget.AbsListView.CanScrollList Method
Check if the items in the list can be scrolled in a certain direction.

Syntax

[Android.Runtime.Register("canScrollList", "(I)Z", "GetCanScrollList_IHandler")]
public virtual bool CanScrollList (int direction)

See Also

AbsListView.ScrollListBy(int)

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 the items in the list can be scrolled in a certain direction.

[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