View.OverScrollNever Campo

Definición

Precaución

This constant will be removed in the future version. Use Android.Views.OverScrollMode enum directly instead of this field.

Nunca permita que un usuario desplácese por encima de esta vista.

[Android.Runtime.Register("OVER_SCROLL_NEVER")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.OverScrollMode enum directly instead of this field.", true)]
public const Android.Views.OverScrollMode OverScrollNever = 2;
[<Android.Runtime.Register("OVER_SCROLL_NEVER")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.OverScrollMode enum directly instead of this field.", true)>]
val mutable OverScrollNever : Android.Views.OverScrollMode

Valor de campo

Value = 2
Atributos

Comentarios

Nunca permita que un usuario desplácese por encima de esta vista.

Java documentación para android.view.View.OVER_SCROLL_NEVER.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a

Consulte también