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