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.

C#
Copy
public class FlexibleViewViewHolder : object
Inheritance
FlexibleViewViewHolder

Constructors

View Source

FlexibleViewViewHolder(View)

FlexibleViewViewHolder constructor.

Declaration
C#
Copy
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
C#
Copy
public int AdapterPosition { get; }
Property Value
Type Description
Int32
View Source

Bottom

Returns the bottom edge includes the view bottom margin.

Declaration
C#
Copy
public float Bottom { get; }
Property Value
Type Description
Single
View Source

ItemView

Returns the view.

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

ItemViewType

Gets or sets item view type.

Declaration
C#
Copy
public int ItemViewType { get; set; }
Property Value
Type Description
Int32
View Source

LayoutPosition

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

Declaration
C#
Copy
public int LayoutPosition { get; }
Property Value
Type Description
Int32
View Source

Left

Returns the left edge includes the view left margin.

Declaration
C#
Copy
public float Left { get; }
Property Value
Type Description
Single
View Source

OldPosition

Get old position of item view.

Declaration
C#
Copy
public int OldPosition { get; }
Property Value
Type Description
Int32
View Source

Right

Returns the right edge includes the view right margin.

Declaration
C#
Copy
public float Right { get; }
Property Value
Type Description
Single
View Source

Top

Returns the top edge includes the view top margin.

Declaration
C#
Copy
public float Top { get; }
Property Value
Type Description
Single

Extension Methods