Enum FlexContainer.WrapType
Deprecated in API8, will be removed in API10. Please use FlexLayout instead!
Definition
- Namespace:
- Tizen.NUI.BaseComponents
- Assembly:
- Tizen.NUI.dll
- API Level:
- 3
Enumeration for the wrap type of the flex container when there is no enough room for all the items on one flex line.
[Obsolete("Deprecated in API8, will be removed in API10. Please use FlexLayout instead!")]
public enum WrapType
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. |