Class
ListViewTemplateCellRenderer

Definition

Namespace:Telerik.Maui.Controls.Compatibility.DataControlsRenderer.Android.ListView

Assembly:Telerik.Maui.Controls.Compatibility.dll

Syntax:

cs-api-definition
public class ListViewTemplateCellRenderer : ListViewCellRendererBase

Inheritance: objectListViewCellRendererBaseListViewTemplateCellRenderer

Derived Classes: ListViewGroupHeaderCellRenderer

Inherited Members ListViewCellRendererBase.GetCellCore(Cell, View, ViewGroup, Context)

Constructors

ListViewTemplateCellRenderer()

Declaration

cs-api-definition
public ListViewTemplateCellRenderer()

Methods

CellLengthFromLayout(ListViewLayoutBase)

Declaration

cs-api-definition
protected virtual double CellLengthFromLayout(ListViewLayoutBase layout)

Parameters

layout

ListViewLayoutBase

Returns

double

GetContainer(Context, IViewHandler, ViewCell, View, BindableProperty, BindableProperty)

Declaration

cs-api-definition
protected override ViewGroup GetContainer(Context context, IViewHandler view, ViewCell viewCell, View parent, BindableProperty unevenRows, BindableProperty rowHeight)

Parameters

context

Context

view

IViewHandler

viewCell

ViewCell

parent

View

unevenRows

BindableProperty

rowHeight

BindableProperty

Returns

ViewGroup

Overrides ListViewCellRendererBase.GetContainer(Context, IViewHandler, ViewCell, View, BindableProperty, BindableProperty)