1 implementation of UpdateContent
Microsoft.Maui.Controls (1)
TemplatedItemsList.cs (1)
641 TItem ITemplatedItemsList<TItem>.UpdateContent(TItem content, int index)
2 references to UpdateContent
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\ListViewRenderer.cs (2)
923 return templatedItems.UpdateContent(protoCell, indexPath.Row); 1116 templatedList.UpdateContent(cell, indexPath.Row);