Android.Views.View.OverScrollIfContentScrolls Field
Allow a user to over-scroll this view only if the content is large enough to meaningfully scroll, provided it is a view that can scroll.

Value: 1

Syntax

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

See Also

View.OverScrollMode
View.OverScrollMode

Remarks

Allow a user to over-scroll this view only if the content is large enough to meaningfully scroll, 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