1 implementation of GetGlobalIndexOfItem
Microsoft.Maui.Controls (1)
TemplatedItemsList.cs (1)
393
public int
GetGlobalIndexOfItem
(object item)
2 references to GetGlobalIndexOfItem
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\ListViewRenderer.cs (2)
316
_dataSource.OnItemSelected(null, new SelectedItemChangedEventArgs(selected, templatedItems.
GetGlobalIndexOfItem
(selected)));
453
var index = templatedItems.
GetGlobalIndexOfItem
(scrollArgs.Item);