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显示不全
560浏览 • 1回复 待解决
HarmonyOS scroll组件问题
43浏览 • 1回复 待解决
HarmonyOS scroll嵌套多个web,显示问题
52浏览 • 1回复 待解决
HarmonyOS Scroll组件使用问题
416浏览 • 1回复 待解决
HarmonyOS Tabs 控件 底部显示不全
35浏览 • 1回复 待解决
HarmonyOS Scroll组件滚动问题
587浏览 • 1回复 待解决
报错问题不全没法定位问题
358浏览 • 1回复 待解决
HarmonyOS Scroll组件回调事件问题
196浏览 • 1回复 待解决
HarmonyOS List展示不全问题
365浏览 • 1回复 待解决
ScrollFlex加宽高与滑动冲突
2087浏览 • 1回复 待解决
TabContentweb组件滑动问题
245浏览 • 2回复 待解决
HarmonyOS Scroll嵌套RelativeContainer 问题
329浏览 • 1回复 待解决
HarmonyOS scroll滑动问题
474浏览 • 1回复 待解决
HarmonyOS Scroll 嵌套 RelativeContainer 问题
500浏览 • 1回复 待解决
HarmonyOS Scroll组件滚动控制
55浏览 • 1回复 待解决
HarmonyOS Scroll组件无法滑动
470浏览 • 1回复 待解决
HarmonyOS scroll的高度设置问题
975浏览 • 1回复 待解决
HarmonyOS scroll 内控件布局问题
282浏览 • 1回复 待解决
refresh + scroll+list嵌套问题
379浏览 • 1回复 待解决
HarmonyOS 日志打印不全
347浏览 • 2回复 待解决