View.OverScrollNever 欄位

定義

警告

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

絕對不允許使用者過度捲動此檢視。

[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

欄位值

Value = 2
屬性

備註

絕對不允許使用者過度捲動此檢視。

android.view.View.OVER_SCROLL_NEVER JAVA 檔。

此頁面的部分是根據所建立和共用的工作進行修改,並根據 2.5 屬性授權中所述的詞彙來使用。

適用於

另請參閱