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
待解决
相关问题
获取Scroll容器组件内指定组件的坐标值
785浏览 • 1回复 待解决
边界显示不全,是因为设置的问题吗?
6124浏览 • 1回复 待解决
HarmonyOS web显示不全
413浏览 • 1回复 待解决
HarmonyOS Scroll组件使用问题
270浏览 • 1回复 待解决
HarmonyOS Scroll组件滚动问题
359浏览 • 1回复 待解决
Scroll内Flex加宽高与滑动冲突
1998浏览 • 1回复 待解决
报错问题不全没法定位问题
276浏览 • 1回复 待解决
HarmonyOS List展示不全的问题
163浏览 • 1回复 待解决
TabContent内web组件滑动问题
144浏览 • 2回复 待解决
HarmonyOS Scroll 嵌套 RelativeContainer 问题
354浏览 • 1回复 待解决
为什么许多应用长按图标显示的快捷菜单(shortcut)图标显示不全?
2375浏览 • 0回复 待解决
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回复 待解决
HarmonyOS 自定义组件CustomBuilder显示问题
187浏览 • 1回复 待解决
refresh + scroll+list嵌套问题
268浏览 • 1回复 待解决
HarmonyOS 应用内支付问题
147浏览 • 1回复 待解决
HarmonyOS ListItem内使用RelativeContainer,导致下一个ListItem无法显示的问题
213浏览 • 1回复 待解决
HarmonyOS 怎么在页面中自定义全屏和不全屏,显示和隐藏状态栏?
121浏览 • 1回复 待解决
Scroll组件未设置高度,设置高度即可解决。