AssistStructure.ViewNode.ScrollY Property

Definition

Returns the current Y scroll offset of this view, as per android.view.View#getScrollX() View.getScrollY().

public virtual int ScrollY { [Android.Runtime.Register("getScrollY", "()I", "GetGetScrollYHandler", ApiSince=23)] get; }
[<get: Android.Runtime.Register("getScrollY", "()I", "GetGetScrollYHandler", ApiSince=23)>]
member this.ScrollY : int

Property Value

Attributes

Remarks

Returns the current Y scroll offset of this view, as per android.view.View#getScrollX() View.getScrollY().

Java documentation for android.app.assist.AssistStructure.ViewNode.getScrollY().

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