Enum FlexContainer.WrapType

    Definition

    Namespace:
    Tizen.NUI.BaseComponents
    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.

    [Obsolete("This has been deprecated in API8 and will be removed in API10. Use FlexLayout instead.")]
    public enum FlexContainer.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.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX