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 (1)
Compatibility\Handlers\ListView\iOS\ListViewRenderer.cs (1)
435 var result = templatedItems.GetGroupAndIndexOfItem(scrollArgs.Group, scrollArgs.Item);