set Flex Flow
Sets up the Flexbox layout on the object. All possible values for this function include the following:
LV_FLEX_FLOW_ROW: Place the children in a row without wrappingLV_FLEX_FLOW_COLUMN: Place the children in a column without wrappingLV_FLEX_FLOW_ROW_WRAPPlace the children in a row with wrappingLV_FLEX_FLOW_COLUMN_WRAP: Place the children in a column with wrappingLV_FLEX_FLOW_ROW_REVERSE: Place the children in a row without wrapping but in reversed orderLV_FLEX_FLOW_COLUMN_REVERSE: Place the children in a column without wrapping but in reversed orderLV_FLEX_FLOW_ROW_WRAP_REVERSE: Place the children in a row without wrapping but in reversed orderLV_FLEX_FLOW_COLUMN_WRAP_REVERSE: Place the children in a column without wrapping but in reversed order
See also
Parameters
The type of Flexbox layout to use.