Lines Matching refs:elements
6 … containers. The linear layout is the basis of other layouts. Its child elements are arranged in s…
11 
16 
21 …hat is able to lay out other elements as its child elements. The layout container calculates the s…
25 - Main axis: axis along which child elements are laid out by default in the linear layout container…
29 - Spacing: distance between child elements.
34 In the layout container, use the **space** attribute to equally space child elements in the arrange…
77 …er, use the **alignItems** attribute to set the alignment mode of child elements along the cross a…
84 **Figure 5** Horizontal alignment of child elements in the Column container
88 - **HorizontalAlign.Start**: Child elements are left aligned horizontally.
105 - **HorizontalAlign.Center**: Child elements are center-aligned horizontally.
122 - **HorizontalAlign.End**: Child elements are right-aligned horizontally.
142 **Figure 6** Vertical alignment of child elements in Row container
146 - **VerticalAlign.Top**: Child elements are top-aligned vertically.
163 - **VerticalAlign.Center**: Child elements are center-aligned vertically.
180 - **VerticalAlign.Bottom**: Child elements are bottom-aligned vertically.
200 …e the **justifyContent** attribute to set the arrangement mode of child elements along the main ax…
205 **Figure 7** Vertical alignment of child elements in the Column container
226 - **justifyContent(FlexAlign.Center)**: The elements are vertically aligned with each other toward …
243 - **justifyContent(FlexAlign.End)**: The elements are vertically aligned with each other toward the…
260 …elements are evenly distributed vertically. The space between any two adjacent elements is the sam…
277 …elements are evenly distributed vertically. The space between any two adjacent elements is the sam…
294 …elements are evenly distributed vertically. The space between the first element and start edge, th…
314 **Figure 8** Horizontal alignment of child elements in the Row container
335 - **justifyContent(FlexAlign.Center)**: The elements are horizontally aligned with each other towar…
352 - **justifyContent(FlexAlign.End)**: The elements are horizontally aligned with each other toward t…
369 …elements are evenly distributed horizontally. The space between any two adjacent elements is the s…
386 …elements are evenly distributed horizontally. The space between any two adjacent elements is the s…
403 …elements are evenly distributed horizontally. The space between the first element and start edge, …
456 …axis among the element and sibling elements based on the set layout weight, ignoring the size sett…
513 …ge. The container space is then allocated among the element and sibling elements based on the set …
555 … items cannot be fully displayed on one screen, you can place the child elements in different comp…