Wrap

enumeration

Switch to Manual

Description

This enumeration contains values to control how elements are placed in a container if not enough space is available.

Variables

NoWrapAll elements are placed on the same line.
WrapElements are placed over multiple lines.
WrapReverseElements are placed over multiple lines with new lines occuring in the reverse order set in the container.