1 write to Index
Microsoft.Maui.Controls (1)
Items\ScrollToRequestEventArgs.cs (1)
33
Index
= index;
3 references to Index
Microsoft.Maui.Controls.Compatibility (3)
iOS\CollectionView\CarouselViewRenderer.cs (1)
27
var goToIndexPath = Controller.GetScrollToIndexPath(args.
Index
);
iOS\CollectionView\ItemsViewRenderer.cs (2)
166
return NSIndexPath.Create(0, args.
Index
);
169
return NSIndexPath.Create(args.GroupIndex, args.
Index
);