Class ItemsLayouter.GroupInfo

    Definition

    Namespace:
    Tizen.NUI.Components
    Assembly:
    Tizen.NUI.Components.dll

    The data class for group informations. inherited class can use this data to managing group items feature.

    protected class ItemsLayouter.GroupInfo
    Inheritance
    object
    ItemsLayouter.GroupInfo

    Fields

    View Source

    Count

    Group count.

    Declaration
    public int Count
    Field Value
    Type Description
    int
    View Source

    GroupParent

    Group parent object.

    Declaration
    public object GroupParent
    Field Value
    Type Description
    object
    View Source

    GroupPosition

    Group position. this value is size of scrollable axis only.

    Declaration
    public float GroupPosition
    Field Value
    Type Description
    float
    View Source

    GroupSize

    Group size. this value is size of scrollable axis only.

    Declaration
    public float GroupSize
    Field Value
    Type Description
    float
    View Source

    ItemPosition

    List of group items position.

    Declaration
    public List<float> ItemPosition
    Field Value
    Type Description
    List<><float>
    View Source

    StartIndex

    Group start index.

    Declaration
    public int StartIndex
    Field Value
    Type Description
    int

    Extension Methods

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