【问题标题】:What is equivalent to Android.Widget.ListView.NestedScrollingEnabled in versions before 21?在 21 之前的版本中,什么相当于 Android.Widget.ListView.NestedScrollingEnabled?
【发布时间】:2018-12-24 10:46:03
【问题描述】:

我正在为 android 开发自定义渲染器以启用 ListView 的嵌套滚动,并且我正在使用 Android.Widget.ListView.NestedScrollingEnabled 属性,它工作正常,但该属性是在 API 级别 21 中添加的,我想知道什么相当于21 之前的版本?

【问题讨论】:

    标签: xamarin.forms xamarin.android xamarin.forms.listview


    【解决方案1】:

    如果您检查this SO API 上 ListView 嵌套滚动的答案

    上面写的很清楚:

    不幸的是,没有办法让嵌套滚动在 ListView 上工作 - 否则它不需要在 API 21 中完成的修改。

    另外,还有another answer声称有解决方案,你可以查一下。

    在查询的情况下恢复

    【讨论】:

      猜你喜欢
      • 2021-03-11
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2017-12-31
      • 1970-01-01
      • 1970-01-01
      • 2013-07-28
      • 2023-03-03
      相关资源
      最近更新 更多