Lines Matching refs:grid

3 The responsive grid layout provides rules for layout design and resolves issues of dynamic layout a…
5 The **GridRow** component is used in a grid layout, together with its child component [GridCol](ts-…
29 | option | [GridRowOptions](#gridrowoptions) | No | Child component options of the grid layout.|
41 …ridRowColumnOption](#gridrowcolumnoption) | No |Number of columns in the grid layout.<br>Default …
42 |gutter|[Length](ts-types.md#length) \| [GutterOption](#gutteroption)| No |Gutter of the grid lay…
44 |direction|[GridRowDirection](#gridrowdirection)| No |Arrangement direction of the grid layout.<b…
48 Provides the gutter options for the grid layout to define the spacing between child components in d…
58 …GridRowSizeOption](#gridrowsizeoption) | No | Horizontal spacing between grid child components. …
59 … [GridRowSizeOption](#gridrowsizeoption) | No | Vertical spacing between grid child components. …
63 Describes the numbers of grid columns for devices with different grid sizes.
73 | xs | number | No | Number of grid columns on the device where the grid size is xs. |
74 | sm | number | No | Number of grid columns on the device where the grid size is sm. |
75 | md | number | No | Number of grid columns on the device where the grid size is md. |
76 | lg | number | No | Number of grid columns on the device where the grid size is lg. |
77 | xl | number | No | Number of grid columns on the device where the grid size is xl. |
78 | xxl | number | No | Number of grid columns on the device where the grid size is xxl. |
82 … value range of [breakpoints](../../../ui/arkts-layout-development-grid-layout.md#grid-breakpoints…
113 Sets breakpoints for the responsive grid container.
162grid child component can be calculated only based on **span** and **offset**. If the **span** valu…