HarmonyOS 自定义刷新组件,更新完不可以使用下拉更多

HarmonyOS
2024-12-24 16:35:24
浏览
收藏 0
回答 1
回答 1
按赞同
/
按时间
FengTianYa

参考下面代码修改一下

@Builder
ContentScroll() {
  Scroll(this.scrollerForScroll) {
    Column() {
      List({ space: 0 }) {
        this.builder();
      }
      .nestedScroll({scrollForward:NestedScrollMode.SELF_FIRST,scrollBackward:NestedScrollMode.SELF_FIRST})
  • 1.
  • 2.
  • 3.
  • 4.
  • 5.
  • 6.
  • 7.
  • 8.
分享
微博
QQ
微信
回复
2024-12-24 18:14:49
相关问题
nova5系为啥不可以申请
7176浏览 • 1回复 待解决
原生能力可以不可以做逆地理解析?
287浏览 • 0回复 待解决
HarmonyOS 下拉刷新的时候没有更新数据
1326浏览 • 1回复 待解决
HarmonyOS 自定义组件使用
799浏览 • 1回复 待解决