1 implementation of GetGroup
Microsoft.Maui.Controls (1)
TemplatedItemsList.cs (1)
582 ITemplatedItemsList<TItem> ITemplatedItemsList<TItem>.GetGroup(int index)
2 references to GetGroup
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\ListViewRenderer.cs (2)
859 templatedItems = templatedItems.GetGroup(0); 1111 var templatedList = TemplatedItemsView.TemplatedItems.GetGroup(indexPath.Section);