setFlexFlowStyle

expect fun LvglObjectBase.setFlexFlowStyle(value: UInt, selector: UInt)

Sets up the Flexbox layout style 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

actual fun LvglObjectBase.setFlexFlowStyle(value: UInt, selector: UInt)
actual fun LvglObjectBase.setFlexFlowStyle(value: UInt, selector: UInt)