Lines Matching refs:items
14 It can arrange items (child Widgets) into rows or columns (tracks), handle wrapping,
15 adjust the spacing between items and tracks, handle *grow* to make
31 - **main direction**: row or column, the direction in which multiple items are
36 the track. The available space will be distributed among items
38 - **gap**: the space between rows and columns or the items on a track
89 - ``main_place`` determines how to distribute the items in their track
90 on the main axis. E.g. flush the items to the right on
93 - ``cross_place`` determines how to distribute the items in their track
94 on the cross axis. E.g. if the items have different height, align them
104 - :cpp:enumerator:`LV_FLEX_ALIGN_SPACE_EVENLY`: items are distributed so
105 that the spacing between any two items (and the space to the edges) is
107 - :cpp:enumerator:`LV_FLEX_ALIGN_SPACE_AROUND`: items are evenly
109 visually the spaces are not equal since all the items have equal space
110 on both sides. This makes the space between items double the space
111 between edge items and the container's edge. Does not apply to
113 - :cpp:enumerator:`LV_FLEX_ALIGN_SPACE_BETWEEN`: items are evenly distributed in
114 the track with no space before and after first and last items. Does not apply
191 The items on ``ROW`` layouts, and tracks of ``COLUMN`` layouts will be
223 .. _align-items: https://css-tricks.com/snippets/css/a-guide-to-flexbox/#aa-align-items