ViewGroup.NestedScrollAxes Property

Definition

Return the current axes of nested scrolling for this ViewGroup.

public virtual Android.Views.ScrollAxis NestedScrollAxes { [Android.Runtime.Register("getNestedScrollAxes", "()I", "GetGetNestedScrollAxesHandler")] get; }
[<get: Android.Runtime.Register("getNestedScrollAxes", "()I", "GetGetNestedScrollAxesHandler")>]
member this.NestedScrollAxes : Android.Views.ScrollAxis

Property Value

Flags indicating the current axes of nested scrolling

Attributes

Remarks

Return the current axes of nested scrolling for this ViewGroup.

A ViewGroup returning something other than #SCROLL_AXIS_NONE is currently acting as a nested scrolling parent for one or more descendant views in the hierarchy.

Java documentation for android.view.ViewGroup.getNestedScrollAxes().

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

See also