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

Syntax

[Android.Runtime.Register("canScrollHorizontally", "(I)Z", "GetCanScrollHorizontally_IHandler")]
public virtual bool CanScrollHorizontally (int direction)

Parameters

direction
Negative to check scrolling left, positive to check scrolling right.

Returns

Documentation for this section has not yet been entered.

Remarks

Check if this view can be scrolled horizontally 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