View.ScrollCaptureHint Property

Definition

Returns the current scroll capture hint for this view. -or- Sets the scroll capture hint for this View.

public virtual int ScrollCaptureHint { [Android.Runtime.Register("getScrollCaptureHint", "()I", "GetGetScrollCaptureHintHandler", ApiSince=31)] get; [Android.Runtime.Register("setScrollCaptureHint", "(I)V", "GetSetScrollCaptureHint_IHandler", ApiSince=31)] set; }
[<get: Android.Runtime.Register("getScrollCaptureHint", "()I", "GetGetScrollCaptureHintHandler", ApiSince=31)>]
[<set: Android.Runtime.Register("setScrollCaptureHint", "(I)V", "GetSetScrollCaptureHint_IHandler", ApiSince=31)>]
member this.ScrollCaptureHint : int with get, set

Property Value

the current scroll capture hint

Attributes

Remarks

Property getter documentation:

Returns the current scroll capture hint for this view.

Java documentation for android.view.View.getScrollCaptureHint().

Property setter documentation:

Sets the scroll capture hint for this View. These flags affect the search for a potential scroll capture targets.

Java documentation for android.view.View.setScrollCaptureHint(int).

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