Class ListViewCellRendererBase
Inheritance
System.Object
ListViewCellRendererBase
Namespace: Telerik.Maui.Controls.Compatibility.DataControlsRenderer.Android.ListView
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public abstract class ListViewCellRendererBase : CellRenderer
Constructors
ListViewCellRendererBase()
Declaration
protected ListViewCellRendererBase()
Methods
GetCellCore(Cell, View, ViewGroup, Context)
Declaration
protected override View GetCellCore(Cell item, View convertView, ViewGroup parent, Context context)
Parameters
Microsoft.Maui.Controls.Cell
item
|
Android.Views.View
convertView
|
Android.Views.ViewGroup
parent
|
Android.Content.Context
context
|
Returns
Android.Views.View
|
GetContainer(Context, IVisualElementRenderer, ViewCell, View, BindableProperty, BindableProperty)
Declaration
protected abstract 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
|