Enum Wrap
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.
Namespace: UnityEngine.UIElements
Syntax
public enum Wrap : int
Fields
Name | Description | Value |
---|---|---|
NoWrap | All items will be on one line. Default Value. |
|
Wrap | All items will be on one line. Default Value. |
|
WrapReverse | Items will wrap onto multiple lines from bottom to top. |