Lines Matching refs:child

4child elements are automatically laid out to create a flexible layout. By default, the child eleme…
7child elements expand or shrink as required in a second layout to fit in the container. This can h…
12child elements in the flex container do not have the [displayPriority](../reference/apis-arkui/ark…
15 - If the total main axis size of the child elements is equal to the main axis size of the container…
19 - If the total main axis size of the child elements is less than the main axis size of the containe…
23 - If the total main axis size of the child elements is greater than the main axis size of the conta…
29 The child elements in the flex container have **displayPriority** set, but not **layoutWeight**.
32child elements are laid out by group in descending order of the **displayPriority** values, with t…
35 - If the total main axis size of the child elements is equal to the main axis size of the container…
38 - If the total main axis size of the child elements is less than the main axis size of the containe…
44 Some child elements in the flex container have **layoutWeight** set.
46child elements whose **displayPriority** values are the same and whose **layoutWeight** attribute …
49 The remaining space in the container is filled by the child elements whose **layoutWeight** attribu…
52 - All the child elements are laid out only once in this process, and second layout is not triggered.
60 - Set the **flexShrink** attribute of child components whose size does not need to be changed to **…
64 - Use the most common layout result so that the total main axis length of child components is equal…