Class ItemSwipeTemplateCellRenderer
Inherited Members
Namespace: Telerik.Maui.Controls.Compatibility.DataControlsRenderer.Android.ListView
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public class ItemSwipeTemplateCellRenderer : ListViewCellRendererBase
Constructors
ItemSwipeTemplateCellRenderer()
Declaration
public ItemSwipeTemplateCellRenderer()
Methods
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
|