API / geotoolkit / layout / FlexboxLayout / FlexWrap

Enumeration: FlexWrap

layout.FlexboxLayout.FlexWrap

Defines possible wrap modes for FlexboxLayout

Table of contents

Enumeration Members

Contents

Enumeration Members

NoWrap

NoWrap = "NoWrap"

Specifies that the flexible items will not wrap


Wrap

Wrap = "Wrap"

Specifies that the flexible items will wrap if necessary


WrapReverse

WrapReverse = "WrapReverse"

Specifies that the flexible items will wrap, if necessary, in reverse order