Lines Matching refs:items
14 It can arrange items (child Widgets) into a 2D "table" that has rows and columns
34 - **gap**: the space between rows and columns or the items on a track
78 Grid items
103 If there is some empty space, items (Widgets) in Grid tracks can be aligned in several ways:
108 - :cpp:enumerator:`LV_GRID_ALIGN_SPACE_EVENLY`: items are distributed so that the spacing
109 between any two items (and the space to the edges) is equal. Not applies to ``track_cross_place``.
110 - :cpp:enumerator:`LV_GRID_ALIGN_SPACE_AROUND`: items are
112 visually the spaces aren't equal, since all the items have equal space
113 on both sides. This makes the space between items double the space
114 between edge items and the container's edge. Does not apply to ``track_cross_place``.
115 - :cpp:enumerator:`LV_GRID_ALIGN_SPACE_BETWEEN`: items are
116 evenly distributed in the track with first and last items next to container's edges.