This version of Unity is unsupported.

Wrap

enumeration

Description

By default, items will all try to fit onto one line. You can change that and allow the items to wrap as needed with this property.

Properties

NoWrapAll items will be on one line. Default Value.
WrapItems will wrap onto multiple lines, from top to bottom.
WrapReverseItems will wrap onto multiple lines from bottom to top.