setFlexFlow

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 wrapping

  • COLUMN : Place the children in a column without wrapping

  • ROW_WRAP Place the children in a row with wrapping

  • COLUMN_WRAP : Place the children in a column with wrapping

  • ROW_REVERSE : Place the children in a row without wrapping but in reversed order

  • COLUMN_REVERSE : Place the children in a column without wrapping but in reversed order

  • ROW_WRAP_REVERSE : Place the children in a row without wrapping but in reversed order

  • COLUMN_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.