Enum FlexLayout.FlexWrapType
Definition
- Assembly:
- Tizen.NUI.dll
Enumeration for the wrap type of the flex container when there is no enough room for all the items on one flex line.
public enum FlexLayout.FlexWrapType
Fields
| Name | Description |
|---|---|
| NoWrap | Flex items laid out in single line (shrunk to fit the flex container along the main axis) |
| Wrap | Flex items laid out in multiple lines if needed |