setFlexFlow

expect fun setFlexFlow(value: UInt)

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 wrapping

  • LV_FLEX_FLOW_COLUMN : Place the children in a column without wrapping

  • LV_FLEX_FLOW_ROW_WRAP Place the children in a row with wrapping

  • LV_FLEX_FLOW_COLUMN_WRAP : Place the children in a column with wrapping

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

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

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

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

See also

Parameters

value

The type of Flexbox layout to use.

actual fun setFlexFlow(value: UInt)
actual fun setFlexFlow(value: UInt)