Class RecyclerView

Definition

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

A View that serves as a base class for views that contain a templated list of items.

C#
Copy
public abstract class RecyclerView : ScrollableBase, INotifyPropertyChanged, IDisposable
Inheritance
object
Tizen.NUI.Binding.Element
Tizen.NUI.Components.Control
RecyclerView
Derived
Implements
System.ComponentModel.INotifyPropertyChanged
System.IDisposable

Constructors

View Source

RecyclerView()

Base Constructor

Declaration
C#
Copy
public RecyclerView()

Properties

View Source

ItemsSource

Item's source data.

Declaration
C#
Copy
public virtual IEnumerable ItemsSource { get; set; }
Property Value
Type Description
System.Collections.IEnumerable
View Source

ItemTemplate

DataTemplate for items.

Declaration
C#
Copy
public virtual DataTemplate ItemTemplate { get; set; }
Property Value
Type Description
DataTemplate

Methods

View Source

OnRelayout(Vector2, RelayoutContainer)

Declaration
C#
Copy
public override void OnRelayout(Vector2 size, RelayoutContainer container)
Parameters
Type Name Description
Vector2 size
RelayoutContainer container
Overrides
Tizen.NUI.Components.Control.OnRelayout(Tizen.NUI.Vector2, Tizen.NUI.RelayoutContainer)
View Source

OnScrolling(object, ScrollEventArgs)

On scroll event callback.

Declaration
C#
Copy
protected virtual void OnScrolling(object source, ScrollEventArgs args)
Parameters
Type Name Description
object source
ScrollEventArgs args

Implements

System.ComponentModel.INotifyPropertyChanged
System.IDisposable