Lines Matching full:with
16 item(s) fill remaining space with respect to min/max width and
23 with :c:macro:`LV_USE_FLEX` in ``lv_conf.h``.
67 - :cpp:enumerator:`LV_FLEX_FLOW_ROW_WRAP`: Place the children in a row with wrapping
68 - :cpp:enumerator:`LV_FLEX_FLOW_COLUMN_WRAP`: Place the children in a column with wrapping
71 - :cpp:enumerator:`LV_FLEX_FLOW_ROW_WRAP_REVERSE`: Place the children in a row with wrapping but in…
72 - :cpp:enumerator:`LV_FLEX_FLOW_COLUMN_WRAP_REVERSE`: Place the children in a column with wrapping …
103 - :cpp:enumerator:`LV_FLEX_ALIGN_CENTER`: simply center with respect to direction
108 distributed in the track with equal space around them. Note that
114 the track with no space before and after first and last items. Does not apply
128 is 400 px space remaining and 3 child Widgets with non-zero grow values:
130 - ``A`` with grow = 1
131 - ``B`` with grow = 1
132 - ``C`` with grow = 2
136 Flex grow can be set on a child Widget with
197 You can force Flex to put an item into a new line with