View.ScrollCaptureHintExclude Field

Definition

Caution

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

Explicitly exclude this view as a potential scroll capture target.

[Android.Runtime.Register("SCROLL_CAPTURE_HINT_EXCLUDE", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.ScrollCaptureHint enum directly instead of this field.", true)]
public const Android.Views.ScrollCaptureHint ScrollCaptureHintExclude = 1;
[<Android.Runtime.Register("SCROLL_CAPTURE_HINT_EXCLUDE", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.ScrollCaptureHint enum directly instead of this field.", true)>]
val mutable ScrollCaptureHintExclude : Android.Views.ScrollCaptureHint

Field Value

Value = 1
Attributes

Remarks

Explicitly exclude this view as a potential scroll capture target. The system will not consider it. Mutually exclusive with #SCROLL_CAPTURE_HINT_INCLUDE, which this flag takes precedence over.

Java documentation for android.view.View.SCROLL_CAPTURE_HINT_EXCLUDE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to