Android.Views.View.OverScrollMode Property
Returns the over-scroll mode for this view.

Syntax

[get: Android.Runtime.Register("getOverScrollMode", "()I", "GetGetOverScrollModeHandler")]
[set: Android.Runtime.Register("setOverScrollMode", "(I)V", "GetSetOverScrollMode_IHandler")]
public virtual OverScrollMode OverScrollMode { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the over-scroll mode for this view. The result will be one of View.OverScrollAlways (default), View.OverScrollIfContentScrolls (allow over-scrolling only if the view content is larger than the container), or View.OverScrollNever.

Set method documentation [Android Documentation]

Set the over-scroll mode for this view. Valid over-scroll modes are View.OverScrollAlways (default), View.OverScrollIfContentScrolls (allow over-scrolling only if the view content is larger than the container), or View.OverScrollNever. Setting the over-scroll mode of a view will have an effect only if the view is capable of scrolling.

Requirements

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