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