Lines Matching refs:elements
4 …t is a container whose child elements are automatically laid out to create a flexible layout. By d…
7 …elements expand or shrink as required in a second layout to fit in the container. This can happen …
12 …elements in the flex container do not have the [displayPriority](../reference/apis-arkui/arkui-ts/…
15 - If the total main axis size of the child elements is equal to the main axis size of the container…
19 …he total main axis size of the child elements is less than the main axis size of the container, th…
23 … total main axis size of the child elements is greater than the main axis size of the container, t…
29 The child elements in the flex container have **displayPriority** set, but not **layoutWeight**.
32 …elements are laid out by group in descending order of the **displayPriority** values, with those s…
35 - If the total main axis size of the child elements is equal to the main axis size of the container…
38 …he total main axis size of the child elements is less than the main axis size of the container, th…
44 Some child elements in the flex container have **layoutWeight** set.
46 …elements whose **displayPriority** values are the same and whose **layoutWeight** attribute is not…
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.