Enum TableView.LayoutPolicy

    Definition

    Namespace:
    Tizen.NUI.BaseComponents
    Assembly:
    Tizen.NUI.dll

    Enumeration for describing how the size of a row or column has been set.

    public enum TableView.LayoutPolicy

    Fields

    Name Description
    Fill

    Default policy, get the remainder of the 100% (after subtracting Fixed, Fit and Relative height/ width) divided evenly between 'fill' rows/columns.

    Fit

    Fit around its children.

    Fixed

    Fixed with the given value.

    Relative

    Calculated as percentage of the remainder after subtracting Padding and Fixed height/width.

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