Class ListViewTemplateCellRenderer
Inherited Members
Namespace: Telerik.Maui.Controls.Compatibility.DataControlsRenderer.Android.ListView
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public class ListViewTemplateCellRenderer : ListViewCellRendererBase
Constructors
ListViewTemplateCellRenderer()
Declaration
public ListViewTemplateCellRenderer()
Methods
CellLengthFromLayout(ListViewLayoutBase)
Declaration
protected virtual double CellLengthFromLayout(ListViewLayoutBase layout)
Parameters
ListViewLayoutBase
layout
|
Returns
System.Double
|
GetContainer(Context, IVisualElementRenderer, ViewCell, View, BindableProperty, BindableProperty)
Declaration
protected override ViewGroup GetContainer(Context context, IVisualElementRenderer view, ViewCell viewCell, View parent, BindableProperty unevenRows, BindableProperty rowHeight)
Parameters
Android.Content.Context
context
|
Microsoft.Maui.Controls.Compatibility.Platform.Android.IVisualElementRenderer
view
|
Microsoft.Maui.Controls.ViewCell
viewCell
|
Microsoft.Maui.Controls.View
parent
|
Microsoft.Maui.Controls.BindableProperty
unevenRows
|
Microsoft.Maui.Controls.BindableProperty
rowHeight
|
Returns
Android.Views.ViewGroup
|