Implemented interface member:
method
GetGroupIndexFromGlobal
Microsoft.Maui.Controls.ITemplatedItemsList<TItem>.GetGroupIndexFromGlobal(System.Int32, out System.Int32)
2 references to GetGroupIndexFromGlobal
Microsoft.Maui.Controls (2)
ListView\ListView.cs (2)
578 int groupIndex = TemplatedItems.GetGroupIndexFromGlobal(index, out leftOver); 593 int groupIndex = TemplatedItems.GetGroupIndexFromGlobal(index, out leftOver);