openharmony容器组件之Row

Row:沿水平方向布局的容器

Row(value:{space?: Length}) //space:横向布局元素间距,默认为0
Row属性:
1,alignItems(在垂直方向上子组件的对齐格式)
2,justifyContent8+(设置子组件在水平方向上的对齐格式)

 上代码:

@Entry
@Component
struct ColumnT {
  build() {
    Column() {
      Text('space').fontSize(9).fontColor(0x000000).width('90%')
      //space:横向布局元素间距
      Row({ space: 5 }) {
        Text().width('30%').height(30).backgroundColor(0xAFEEEE)
        Text().width('30%').height(30).backgroundColor(0x00FFFF)
      }.width('90%').height(80).border({ width: 1 })

      Text('alignItems').fontSize(9).fontColor(0x000000).width('90%')
      //alignItems:在垂直方向上子组件的对齐格式(属性有:Start,Center,End),默认(Center)
      Row({ space: 5 }) {
        Text().width('30%').height(30).backgroundColor(0xAFEEEE)
        Text().width('30%').height(30).backgroun
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值