1 implementation of GetGroupAndIndexOfItem
Microsoft.Maui.Controls (1)
TemplatedItemsList.cs (1)
442 public Tuple<int, int> GetGroupAndIndexOfItem(object item)
1 reference to GetGroupAndIndexOfItem
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\ListViewRenderer.cs (1)
1206 var location = TemplatedItemsView.TemplatedItems.GetGroupAndIndexOfItem(eventArg.SelectedItem);