#鸿蒙通关秘籍#怎样在水平方向设置Row容器的子元素居中对齐?

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

在Row容器中,如果希望子元素在水平方向上居中对齐,可以使用alignItems(VerticalAlign.Center)属性来实现。

bash Row({}) { Column() { }.width('20%').height(30).backgroundColor(0xF5DEB3)

Column() { }.width('20%').height(30).backgroundColor(0xD2B48C)

Column() { }.width('20%').height(30).backgroundColor(0xF5DEB3) }.width('100%').height(200).alignItems(VerticalAlign.Center).backgroundColor('rgb(242,242,242)')

分享
微博
QQ
微信
回复
2天前
相关问题
Panel不支持水平方向拖拉
647浏览 • 1回复 待解决
Input组件是否支持设置文本居中对齐
1968浏览 • 1回复 待解决