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.

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<TableView.LayoutPolicy>(TableView.LayoutPolicy, string)
    Extensions.LoadFromXaml<TableView.LayoutPolicy>(TableView.LayoutPolicy, string)
    Extensions.LoadFromXaml<TableView.LayoutPolicy>(TableView.LayoutPolicy, Type)
    Extensions.LoadFromXamlFile<TableView.LayoutPolicy>(TableView.LayoutPolicy, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX