GridCol
柵格子組件,必須作為柵格容器組件([GridRow])的子組件使用。
說明:
開發前請熟悉鴻蒙開發指導文檔 :[gitee.com/li-shizhen-skin/harmony-os/blob/master/README.md
]
該組件從API Version 9開始支持。后續版本如有新增內容,則采用上角標單獨標記該內容的起始版本。
子組件
可以包含單個子組件。
接口
GridCol(option?:{span?: number | GridColColumnOption, offset?: number | GridColColumnOption, order?: number | GridColColumnOption})
從API version 9開始,該接口支持在ArkTS卡片中使用。
參數:
參數名 | 類型 | 必填 | 說明 |
---|---|---|---|
span | number | [GridColColumnOption] | 否 |
offset | number | [GridColColumnOption] | 否 |
order | number | [GridColColumnOption] | 否 |
說明:
span
、offset
、order
屬性按照xs
、sm
、md
、lg
、xl
、xxl
的順序具有“繼承性”,未設置值的斷點將會從前一個斷點取值。在不同寬度設備類型上的默認值為:
參數斷點 xs sm md lg xl xxl span 2 2 3 3 4 4 offset 2 2 3 5 5 5 order 20 20 20 3 3 3
屬性
參數名 | 類型 | 必填 | 說明 |
---|---|---|---|
span | number | GridColColumnOption | 否 |
gridColOffset | number | GridColColumnOption | 否 |
order | number | GridColColumnOption | 否 |
GridColColumnOption
用于自定義指定在不同寬度設備類型上,柵格子組件占據的柵格數量單位。
從API version 9開始,該接口支持在ArkTS卡片中使用。
參數名 | 參數類型 | 必填 | 參數描述 |
---|---|---|---|
xs | number | 否 | 在最小寬度類型設備上,柵格子組件占據的柵格數量單位。 |
sm | number | 否 | 在小寬度類型設備上,柵格子組件占據的柵格數量單位。 |
md | number | 否 | 在中等寬度類型設備上,柵格子組件占據的柵格數量單位。 |
lg | number | 否 | 在大寬度類型設備上,柵格子組件占據的柵格數量單位。 |
xl | number | 否 | 在特大寬度類型設備上,柵格子組件占據的柵格數量單位。 |
xxl | number | 否 | 在超大寬度類型設備上,柵格子組件占據的柵格數量單位。 |
示例
GridRow
柵格布局可以為布局提供規律性的結構,解決多尺寸多設備的動態布局問題,保證不同設備上各個模塊的布局一致性。
柵格容器組件,僅可以和柵格子組件([GridCol])在柵格布局場景中使用。
說明:
該組件從API Version 9開始支持。后續版本如有新增內容,則采用上角標單獨標記該內容的起始版本。
子組件
可以包含GridCol子組件。
接口
GridRow(option?: {columns?: number | GridRowColumnOption, gutter?: Length | GutterOption, breakpoints?: BreakPoints, direction?: GridRowDirection})
從API version 9開始,該接口支持在ArkTS卡片中使用。
參數:
參數名 | 類型 | 必填 | 說明 |
---|---|---|---|
gutter | Length | GutterOption | 否 |
columns | number | GridRowColumnOption | 否 |
eakpoints | BreakPoints | 否 | 設置斷點值的斷點數列以及基于窗口或容器尺寸的相應參照。 |
direction | GridRowDirection | 否 | 柵格布局排列方向。 |
GutterOption
柵格布局間距類型,用于描述柵格子組件不同方向的間距。
從API version 9開始,該接口支持在ArkTS卡片中使用。
參數名 | 參數類型 | 必填 | 參數描述 |
---|---|---|---|
x | Length | GridRowSizeOption | 否 |
y | Length | GridRowSizeOption | 否 |
GridRowColumnOption
柵格在不同寬度設備類型下,柵格列數。
從API version 9開始,該接口支持在ArkTS卡片中使用。
參數名 | 參數類型 | 必填 | 參數描述 |
---|---|---|---|
xs | number | 否 | 在最小寬度類型設備上,柵格容器組件的柵格列數。 |
sm | number | 否 | 在小寬度類型設備上,柵格容器組件的柵格列數。 |
md | number | 否 | 在中等寬度類型設備上,柵格容器組件的柵格列數。 |
lg | number | 否 | 在大寬度類型設備上,柵格容器組件的柵格列數。 |
xl | number | 否 | 在特大寬度類型設備上,柵格容器組件的柵格列數。 |
xxl | number | 否 | 在超大寬度類型設備上,柵格容器組件的柵格列數。 |
GridRowSizeOption
柵格在不同寬度設備類型下,gutter的大小。
從API version 9開始,該接口支持在ArkTS卡片中使用。
參數名 | 參數類型 | 必填 | 參數描述 |
---|---|---|---|
xs | Length | 否 | 在最小寬度類型設備上,柵格子組件的間距。 |
sm | Length | 否 | 在小寬度類型設備上,柵格子組件的間距。 |
md | Length | 否 | 在中等寬度類型設備上,柵格子組件的間距。 |
lg | Length | 否 | 在大寬度類型設備上,柵格子組件的間距。 |
xl | Length | 否 | 在特大寬度類型設備上,柵格子組件的間距。 |
xxl | Length | 否 | 在超大寬度類型設備上,柵格子組件的間距。 |
BreakPoints
設置柵格容器組件的斷點。
從API version 9開始,該接口支持在ArkTS卡片中使用。
參數名 | 參數類型 | 必填 | 參數描述 |
---|---|---|---|
value | Array | 否 | 設置斷點位置的單調遞增數組。 默認值:["320vp", "600vp", "840vp"] |
reference | BreakpointsReference | 否 | 斷點切換參照物。 默認值:BreakpointsReference.WindowSize |
// 啟用xs、sm、md共3個斷點
breakpoints: {value: ["100vp", "200vp"]}
// 啟用xs、sm、md、lg共4個斷點,斷點范圍值必須單調遞增
breakpoints: {value: ["320vp", "600vp", "840vp"]}
// 啟用xs、sm、md、lg、xl共5個斷點,斷點范圍數量不可超過斷點可取值數量-1
breakpoints: {value: ["320vp", "600vp", "840vp", "1080vp"]}
BreakpointsReference枚舉類型
從API version 9開始,該接口支持在ArkTS卡片中使用。
枚舉名 | 描述 |
---|---|
WindowSize | 以窗口為參照。 |
ComponentSize | 以容器為參照。 |
GridRowDirection枚舉類型
從API version 9開始,該接口支持在ArkTS卡片中使用。
枚舉名 | 描述 |
---|---|
Row | 柵格元素按照行方向排列。 |
RowReverse | 柵格元素按照逆序行方向排列。 |
柵格最多支持xs、sm、md、lg、xl、xxl六個斷點,且名稱不可修改。假設傳入的數組是[n0, n1, n2, n3, n4],各個斷點取值如下:
斷點 | 取值范圍 |
---|---|
xs | [0, n0) |
sm | [n0, n1) |
md | [n1, n2) |
lg | [n2, n3) |
xl | [n3, n4) |
xxl | [n4, INF) |
說明:
- 柵格元素僅支持Row/RowReverse排列,不支持column/ColumnReverse方向排列。
- 柵格子組件僅能通過span、offset計算子組件位置與大小。多個子組件span超過規定列數時自動換行。
- 單個元素span大小超過最大列數時后臺默認span為最大column數。
- 新一行的Offset加上子組件的span超過總列數時,將下一個子組件在新的一行放置。
- 例:Item1: GridCol({ span: 6}), Item2: GridCol({ span: 8, offset:11})
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 |
---|---|---|---|---|---|---|---|---|---|---|---|
°° | °° | °° | °° | °° | °° | - | - | - | - | - | - |
- | - | - | - | - | |||||||
°° | °° | °° | °° | °° | °° | °° | °° |
屬性
除支持[通用屬性]外,還支持以下屬性:
名稱 | 參數類型 | 描述 |
---|---|---|
alignItems10+ | ItemAlign | 設置GridRow中的GridCol垂直主軸方向對齊方式,默認值:ItemAlign.Start 說明 : ItemAlign支持的枚舉:ItemAlign.Start、ItemAlign.Center、ItemAlign.End、ItemAlign.Stretch。 GridCol本身也可通過alignSelf([ItemAlign])設置自身對齊方式。當上述兩種對齊方式都設置時,以GridCol自身設置為準。 從API version 10開始,該接口支持在ArkTS卡片中使用。 |
事件
onBreakpointChange
onBreakpointChange(callback: (breakpoints: string) => void)
斷點發生變化時觸發回調。
從API version 9開始,該接口支持在ArkTS卡片中使用。
參數:
參數名 | 參數類型 | 必填 | 說明 |
---|---|---|---|
eakpoints | string | 是 | 取值為"xs" 、"sm" 、"md" 、"lg" 、"xl" 、"xxl" 。HarmonyOS與OpenHarmony鴻蒙文檔籽料:mau123789是v直接拿 |
示例
// xxx.ets
@Entry
@Component
struct GridRowExample {
@State bgColors: Color[] = [Color.Red, Color.Orange, Color.Yellow, Color.Green, Color.Pink, Color.Grey, Color.Blue, Color.Brown]
@State currentBp: string = 'unknown'
build() {
Column() {
GridRow({
columns: 5,
gutter: { x: 5, y: 10 },
breakpoints: { value: ["400vp", "600vp", "800vp"],
reference: BreakpointsReference.WindowSize },
direction: GridRowDirection.Row
}) {
ForEach(this.bgColors, (color: Color) = > {
GridCol({ span: { xs: 1, sm: 2, md: 3, lg: 4 }, offset: 0, order: 0 }) {
Row().width("100%").height("20vp")
}.borderColor(color).borderWidth(2)
})
}.width("100%").height("100%")
.onBreakpointChange((breakpoint) = > {
this.currentBp = breakpoint
})
}.width('80%').margin({ left: 10, top: 5, bottom: 5 }).height(200)
.border({ color: '#880606', width: 2 })
}
}
審核編輯 黃宇
-
組件
+關注
關注
1文章
512瀏覽量
17813 -
鴻蒙
+關注
關注
57文章
2339瀏覽量
42816
發布評論請先 登錄
相關推薦
評論