1 implementation of GetGroupAndIndexOfItem
Microsoft.Maui.Controls (1)
TemplatedItemsList.cs (1)
465 public Tuple<int, int> GetGroupAndIndexOfItem(object group, object item)
1 reference to GetGroupAndIndexOfItem
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\ListViewRenderer.cs (1)
447 var result = templatedItems.GetGroupAndIndexOfItem(scrollArgs.Group, scrollArgs.Item);