Scroll组件内显示不全问题

@Entry 
@Component 
struct ScrollTest { 
  scroller: Scroller = new Scroller() 
 
  build() { 
    Column() { 
      Column() { 
        Text('testText') 
          .height(100) 
        Scroll() { 
          Column() { 
            Button('Securetest') 
              .width('100%') 
              .height(50) 
              .margin({ bottom: 2 }) 
              .onClick(() => { 
              }) 
            Button('test') 
              .width('100%') 
              .height(50) 
              .margin({ bottom: 2 }) 
            Button('test') 
              .width('100%') 
              .height(50) 
              .margin({ bottom: 2 }) 
            Button('test') 
              .width('100%') 
              .height(50) 
              .margin({ bottom: 2 }) 
            Button('test') 
              .width('100%') 
              .height(50) 
              .margin({ bottom: 2 }) 
            Button('test') 
              .width('100%') 
              .height(50) 
              .margin({ bottom: 2 }) 
            Button('test') 
              .width('100%') 
              .height(50) 
              .margin({ bottom: 2 }) 
            Button('test') 
              .width('100%') 
              .height(50) 
              .margin({ bottom: 2 }) 
            Button('test') 
              .width('100%') 
              .height(50) 
              .margin({ bottom: 2 }) 
            Button('test') 
              .width('100%') 
              .height(50) 
              .margin({ bottom: 2 }) 
            Button('test') 
              .width('100%') 
              .height(50) 
              .margin({ bottom: 2 }) 
            Button('test') 
              .width('100%') 
              .height(50) 
              .margin({ bottom: 2 }) 
            Button('test') 
              .width('100%') 
              .height(50) 
              .margin({ bottom: 2 }) 
            Button('test') 
              .width('100%') 
              .height(50) 
              .margin({ bottom: 2 }) 
            Button('test') 
              .width('100%') 
              .height(50) 
              .margin({ bottom: 2 }) 
            Button('test') 
              .width('100%') 
              .height(50) 
              .margin({ bottom: 2 }) 
            Button('test') 
              .width('100%') 
              .height(50) 
              .margin({ bottom: 2 }) 
            Button('test') 
              .width('100%') 
              .height(50) 
              .margin({ bottom: 2 }) 
            Button('test') 
              .width('100%') 
              .height(50) 
              .margin({ bottom: 2 }) 
            Button('test20') 
              .width('100%') 
              .height(50) 
              .margin({ bottom: 2 }) 
          } 
        } 
      } 
    } 
  } 
}
HarmonyOS
2024-06-03 23:34:26
浏览
收藏 0
回答 1
待解决
回答 1
按赞同
/
按时间
编程指东

Scroll组件未设置高度,设置高度即可解决。

分享
微博
QQ
微信
回复
2024-06-04 22:33:08
相关问题
HarmonyOS web显示不全
413浏览 • 1回复 待解决
HarmonyOS Scroll组件使用问题
270浏览 • 1回复 待解决
HarmonyOS Scroll组件滚动问题
359浏览 • 1回复 待解决
ScrollFlex加宽高与滑动冲突
1998浏览 • 1回复 待解决
报错问题不全没法定位问题
276浏览 • 1回复 待解决
HarmonyOS List展示不全问题
163浏览 • 1回复 待解决
TabContentweb组件滑动问题
144浏览 • 2回复 待解决
HarmonyOS Scroll 嵌套 RelativeContainer 问题
354浏览 • 1回复 待解决
HarmonyOS scroll 内控件布局问题
186浏览 • 1回复 待解决
HarmonyOS Scroll嵌套RelativeContainer 问题
211浏览 • 1回复 待解决
HarmonyOS scroll滑动问题
345浏览 • 1回复 待解决
HarmonyOS Scroll组件无法滑动
323浏览 • 1回复 待解决
Scroll容器中子组件吸顶效果
270浏览 • 1回复 待解决
在嵌套组件Scroll不生效
2047浏览 • 1回复 待解决
hilog还是打印不全啊?
236浏览 • 1回复 待解决
HarmonyOS scroll的高度设置问题
705浏览 • 1回复 待解决
HarmonyOS 日志打印不全
127浏览 • 2回复 待解决
refresh + scroll+list嵌套问题
268浏览 • 1回复 待解决
HarmonyOS 应用支付问题
147浏览 • 1回复 待解决