Class FlexibleViewViewHolder

    Definition

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

    A FlexibleViewViewHolder describes an item view and metadata about its place within the FlexibleView.

    public class FlexibleViewViewHolder
    Inheritance
    object
    FlexibleViewViewHolder

    Constructors

    View Source

    FlexibleViewViewHolder(View)

    FlexibleViewViewHolder constructor.

    Declaration
    public FlexibleViewViewHolder(View itemView)
    Parameters
    Type Name Description
    View itemView

    View

    Properties

    View Source

    AdapterPosition

    Returns the FlexibleViewAdapter position of the item represented by this FlexibleViewViewHolder.

    Declaration
    public int AdapterPosition { get; }
    Property Value
    Type Description
    int
    View Source

    Bottom

    Returns the bottom edge includes the view bottom margin.

    Declaration
    public float Bottom { get; }
    Property Value
    Type Description
    float
    View Source

    ItemView

    Returns the view.

    Declaration
    public View ItemView { get; }
    Property Value
    Type Description
    View
    View Source

    ItemViewType

    Gets or sets item view type.

    Declaration
    public int ItemViewType { get; set; }
    Property Value
    Type Description
    int
    View Source

    LayoutPosition

    Returns the position of the FlexibleViewViewHolder in terms of the latest layout pass.

    Declaration
    public int LayoutPosition { get; }
    Property Value
    Type Description
    int
    View Source

    Left

    Returns the left edge includes the view left margin.

    Declaration
    public float Left { get; }
    Property Value
    Type Description
    float
    View Source

    OldPosition

    Get old position of item view.

    Declaration
    public int OldPosition { get; }
    Property Value
    Type Description
    int
    View Source

    Right

    Returns the right edge includes the view right margin.

    Declaration
    public float Right { get; }
    Property Value
    Type Description
    float
    View Source

    Top

    Returns the top edge includes the view top margin.

    Declaration
    public float Top { get; }
    Property Value
    Type Description
    float

    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