Class RadItemsControlHandler
Inheritance
System.Object
RadItemsControlHandler
Inherited Members
Namespace: Telerik.Maui.Handlers
Assembly: Telerik.Maui.Core.dll
Syntax
public class RadItemsControlHandler : RadViewHandler<IRadItemsControl, RecyclerView>
Constructors
RadItemsControlHandler()
Declaration
public RadItemsControlHandler()
RadItemsControlHandler(PropertyMapper)
Declaration
public RadItemsControlHandler(PropertyMapper mapper)
Parameters
Microsoft.Maui.PropertyMapper
mapper
|
Fields
ItemsControlMapper
Declaration
public static readonly PropertyMapper<IRadItemsControl, RadItemsControlHandler> ItemsControlMapper
Field Value
Microsoft.Maui.PropertyMapper<IRadItemsControl, RadItemsControlHandler>
|
Methods
BeginUpdates()
Declaration
public void BeginUpdates()
ConnectHandler(RecyclerView)
Declaration
protected override void ConnectHandler(RecyclerView nativeView)
Parameters
AndroidX.RecyclerView.Widget.RecyclerView
nativeView
|
DisconnectHandler(RecyclerView)
Declaration
protected override void DisconnectHandler(RecyclerView nativeView)
Parameters
AndroidX.RecyclerView.Widget.RecyclerView
nativeView
|
EndUpdates()
Declaration
public void EndUpdates()
ItemsChanged(NotifyCollectionChangedEventArgs)
Declaration
public void ItemsChanged(NotifyCollectionChangedEventArgs e)
Parameters
System.Collections.Specialized.NotifyCollectionChangedEventArgs
e
|
MapItemsSource(RadItemsControlHandler, IRadItemsControl)
Declaration
public static void MapItemsSource(RadItemsControlHandler handler, IRadItemsControl virtualElement)
Parameters
RadItemsControlHandler
handler
|
IRadItemsControl
virtualElement
|
OnViewMeasureInvalidated(IView)
Declaration
public void OnViewMeasureInvalidated(IView view)
Parameters
Microsoft.Maui.IView
view
|
ReloadIndex(Int32)
Declaration
public void ReloadIndex(int index)
Parameters
System.Int32
index
|
ReloadItems()
Declaration
public void ReloadItems()
ScrollTo(Int32, Boolean, Boolean)
Declaration
public void ScrollTo(int index, bool scrollToTop, bool animated)
Parameters
System.Int32
index
|
System.Boolean
scrollToTop
|
System.Boolean
animated
|