#鸿蒙通关秘籍#如何在Column容器中使子元素在垂直方向居中排列?

HarmonyOS
2天前
浏览
收藏 0
回答 1
待解决
回答 1
按赞同
/
按时间
系统小英雄

在Column容器中,可以通过justifyContent(FlexAlign.Center)来使子元素在垂直方向上居中排列。

bash Column({}) { Column() { }.width('80%').height(50).backgroundColor(0xF5DEB3)

Column() { }.width('80%').height(50).backgroundColor(0xD2B48C)

Column() { }.width('80%').height(50).backgroundColor(0xF5DEB3) }.width('100%').height(300).backgroundColor('rgb(242,242,242)').justifyContent(FlexAlign.Center)

分享
微博
QQ
微信
回复
2天前
相关问题
HarmonyOS使用canvas如何使文字垂直居中
609浏览 • 1回复 待解决