FlexWrap Enum

Definition

Enumerates values that control whether and how to wrap items in a FlexLayout.

[Xamarin.Forms.TypeConverter(typeof(Xamarin.Forms.FlexWrapTypeConverter))]
public enum FlexWrap
type FlexWrap = 
Inheritance
FlexWrap
Attributes

Fields

NoWrap 0

Indicates that child elements will be packed into a single row or column.

Reverse 2

Indicates that rows of child elements will be wrapped in the direction opposite to the natural wrap direction for the locale.

Wrap 1

Indicates that rows of child elements will be wrapped in the natural wrap direction for the locale.

Applies to