AccessibilityRecord.ScrollX Property

Definition

Gets the scroll offset of the source left edge in pixels. -or- Sets the scroll offset of the source left edge in pixels.

public virtual int ScrollX { [Android.Runtime.Register("getScrollX", "()I", "GetGetScrollXHandler")] get; [Android.Runtime.Register("setScrollX", "(I)V", "GetSetScrollX_IHandler")] set; }
[<get: Android.Runtime.Register("getScrollX", "()I", "GetGetScrollXHandler")>]
[<set: Android.Runtime.Register("setScrollX", "(I)V", "GetSetScrollX_IHandler")>]
member this.ScrollX : int with get, set

Property Value

The scroll.

Attributes

Remarks

Property getter documentation:

Gets the scroll offset of the source left edge in pixels.

Java documentation for android.view.accessibility.AccessibilityRecord.getScrollX().

Property setter documentation:

Sets the scroll offset of the source left edge in pixels.

Java documentation for android.view.accessibility.AccessibilityRecord.setScrollX(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