Android.Views.Accessibility.AccessibilityRecord.Scrollable Property
Gets if the source is scrollable.

Syntax

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

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalStateExceptionIf called from an AccessibilityService.
Java.Lang.IllegalStateExceptionIf called from an AccessibilityService.
Java.Lang.IllegalStateExceptionIf called from an AccessibilityService.
Java.Lang.IllegalStateExceptionIf called from an AccessibilityService.
Java.Lang.IllegalStateExceptionIf called from an AccessibilityService.

Remarks

Get method documentation [Android Documentation]

Gets if the source is scrollable.

Set method documentation [Android Documentation]

Sets if the source is scrollable.

Requirements

Namespace: Android.Views.Accessibility
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 14