Android.Views.View.OverScrollAlways Field
Always allow a user to over-scroll this view, provided it is a view that can scroll.

Value: 0

Syntax

[Android.Runtime.Register("OVER_SCROLL_ALWAYS")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.OverScrollMode enum directly instead of this field.")]
public const OverScrollMode OverScrollAlways

See Also

View.OverScrollMode
View.OverScrollMode

Remarks

Always allow a user to over-scroll this view, provided it is a view that can scroll.

[Android Documentation]

Requirements

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