set Flex Flow
Sets up the Flexbox layout on the object. All possible values for this function include the following:
ROW: Place the children in a row without wrappingCOLUMN: Place the children in a column without wrappingROW_WRAPPlace the children in a row with wrappingCOLUMN_WRAP: Place the children in a column with wrappingROW_REVERSE: Place the children in a row without wrapping but in reversed orderCOLUMN_REVERSE: Place the children in a column without wrapping but in reversed orderROW_WRAP_REVERSE: Place the children in a row without wrapping but in reversed orderCOLUMN_WRAP_REVERSE: Place the children in a column without wrapping but in reversed order
See also
Parameters
flow
The type of Flexbox layout to use.