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
赞
收藏 0
回答 1
待解决
相关问题
边界显示不全,是因为设置的问题吗?
6225浏览 • 1回复 待解决
HarmonyOS web显示不全
560浏览 • 1回复 待解决
HarmonyOS scroll组件问题
43浏览 • 1回复 待解决
HarmonyOS scroll嵌套多个web,显示问题
52浏览 • 1回复 待解决
获取Scroll容器组件内指定组件的坐标值
919浏览 • 1回复 待解决
HarmonyOS Scroll组件使用问题
416浏览 • 1回复 待解决
HarmonyOS Tabs 控件 底部显示不全
35浏览 • 1回复 待解决
HarmonyOS Scroll组件滚动问题
587浏览 • 1回复 待解决
报错问题不全没法定位问题
358浏览 • 1回复 待解决
HarmonyOS Scroll组件回调事件问题
196浏览 • 1回复 待解决
HarmonyOS List展示不全的问题
365浏览 • 1回复 待解决
Scroll内Flex加宽高与滑动冲突
2087浏览 • 1回复 待解决
TabContent内web组件滑动问题
245浏览 • 2回复 待解决
HarmonyOS 为什么List的高度设置100% 还是显示不全
24浏览 • 1回复 待解决
HarmonyOS Scroll嵌套RelativeContainer 问题
329浏览 • 1回复 待解决
HarmonyOS scroll滑动问题
474浏览 • 1回复 待解决
HarmonyOS Scroll 嵌套 RelativeContainer 问题
500浏览 • 1回复 待解决
为什么许多应用长按图标显示的快捷菜单(shortcut)图标显示不全?
2572浏览 • 0回复 待解决
HarmonyOS Scroll组件滚动控制
55浏览 • 1回复 待解决
HarmonyOS Scroll组件无法滑动
470浏览 • 1回复 待解决
HarmonyOS scroll的高度设置问题
975浏览 • 1回复 待解决
HarmonyOS scroll 内控件布局问题
282浏览 • 1回复 待解决
refresh + scroll+list嵌套问题
379浏览 • 1回复 待解决
HarmonyOS 日志打印不全
347浏览 • 2回复 待解决
HarmonyOS 自定义组件CustomBuilder显示问题
360浏览 • 1回复 待解决
Scroll组件未设置高度,设置高度即可解决。