Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 825 Bytes

File metadata and controls

16 lines (15 loc) · 825 Bytes

Row

按顺序排列组件, 子组件的x属性代表相对上一个子组件的位置

<row>
<!-- control -->
</row>
Param Type Default Description
[x] int 0 相对位置X轴
父组件为Stack、Page、Column时代表相对父组件的位置
Row、RowFor代表相对上一个组件的位置
Table无效
[y] int 0 相对位置y轴
父组件为Stack、Page、Row时代表相对父组件的位置
RowFor代表当前行的相对位置
Column代表相对上一个组件的位置
Table无效
[width] int 0 宽度
[height] int 0 高度
[wordWrap] bool false 自动换行
[align] start,center,end start 排列顺序