ViewGroup.NestedScrollAxes 属性

定义

返回此 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

属性值

指示嵌套滚动的当前轴的标志

属性

注解

返回此 ViewGroup 的嵌套滚动的当前轴。

除了当前充当层次结构中的一个或多个子代视图的嵌套滚动父级之外 #SCROLL_AXIS_NONE ,还返回的 ViewGroup。

适用于 . 的 android.view.ViewGroup.getNestedScrollAxes()Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于

另请参阅