当前位置:网站首页>Row of openharmony container components
Row of openharmony container components
2022-08-09 14:18:00 【lplj717】
Row: Containers laid out horizontally
Row(value:{space?: Length}) //space: horizontal layout element spacing, the default is 0
Row property:
1, alignItems (alignment format of child components in the vertical direction)
2, justifyContent8+ (set the alignment format of subcomponents in the horizontal direction)
The code above:
@[email protected] ColumnT {build() {Column() {Text('space').fontSize(9).fontColor(0x000000).width('90%')//space: horizontal layout element spacingRow({ 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: The alignment format of subcomponents in the vertical direction (properties are: Start, Center, End), default (Center)Row({ space: 5 }) {Text().width('30%').height(30).backgroundColor(0xAFEEEE)Text().width('30%').height(30).backgroundColor(0x00FFFF)}.alignItems(VerticalAlign.Center).width('90%').height(80).border({ width: 1 })Text('justifyContent').fontSize(9).fontColor(0x000000).width('90%')//justifyContent: Set the alignment format of the child component in the horizontal directionRow() { //Note: The space attribute cannot be added here, the justifyContent attribute will be invalid after adding (based on sdk8)Text().width('30%').height(30).backgroundColor(0xAFEEEE)Text().width('30%').height(30).backgroundColor(0x00FFFF)}.width('90%').height(80).border({ width: 1 }).justifyContent(FlexAlign.End)}.width('100%').height('100%')}}
边栏推荐
猜你喜欢
随机推荐
NC7 买卖股票的最好时机(一)
pytest 之 fixture的定义及作用域
技嘉显卡 RGBFusion 不能调光解决方法
Sql之各种Join
海康设备获取YV12图像-不用rtsp
行程和用户[阅读理解法]
Q_06_04 语句和其他构造
pyautogui的简单操作(1)
The sword refers to Offer 56 - II. Number of occurrences of a number in an array II (bit operation)
笔试题记录~~
RTP打包发送H.264
NC61 两数之和
富媒体在客服IM消息通信中的秒发实践
微信实现扫码支付(native)
Full GC (Ergonomics)排查分析
RobotFramework 之 用户关键字
Q_04_06 把它放在一起:传送
C#使用cersharp
JS轮播图实现
pytest 之 allure报告