Android.Views.ViewGroup.NestedScrollAxes Property
Return the current axes of nested scrolling for this ViewGroup.

Syntax

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

See Also

View.ScrollAxisHorizontal
View.ScrollAxisVertical
View.ScrollAxisNone

Value

Documentation for this section has not yet been entered.

Remarks

Return the current axes of nested scrolling for this ViewGroup.

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

[Android Documentation]

Requirements

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