View.ScrollCaptureHintInclude Field

Definition

Caution

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

Explicitly include this view as a potential scroll capture target.

[Android.Runtime.Register("SCROLL_CAPTURE_HINT_INCLUDE", 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 ScrollCaptureHintInclude = 2;
[<Android.Runtime.Register("SCROLL_CAPTURE_HINT_INCLUDE", 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 ScrollCaptureHintInclude : Android.Views.ScrollCaptureHint

Field Value

Value = 2
Attributes

Remarks

Explicitly include this view as a potential scroll capture target. When locating a scroll capture target, this view will be prioritized before others without this flag. Mutually exclusive with #SCROLL_CAPTURE_HINT_EXCLUDE, which takes precedence.

Java documentation for android.view.View.SCROLL_CAPTURE_HINT_INCLUDE.

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