AccessibilityNodeInfo.Scrollable Property

Definition

Gets if the node is scrollable. -or- Sets if the node is scrollable.

public virtual bool Scrollable { [Android.Runtime.Register("isScrollable", "()Z", "GetIsScrollableHandler")] get; [Android.Runtime.Register("setScrollable", "(Z)V", "GetSetScrollable_ZHandler")] set; }
[<get: Android.Runtime.Register("isScrollable", "()Z", "GetIsScrollableHandler")>]
[<set: Android.Runtime.Register("setScrollable", "(Z)V", "GetSetScrollable_ZHandler")>]
member this.Scrollable : bool with get, set

Property Value

Boolean

True if the node is scrollable, false otherwise.

Attributes

Exceptions

If called from an AccessibilityService.

If called from an AccessibilityService.

If called from an AccessibilityService.

If called from an AccessibilityService.

If called from an AccessibilityService.

If called from an AccessibilityService.

Remarks

Property getter documentation:

Java documentation for android.view.accessibility.AccessibilityNodeInfo.isScrollable().

Property setter documentation:

Java documentation for android.view.accessibility.AccessibilityNodeInfo.setScrollable(boolean).

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