5 references to GetScrollToIndexPath
Microsoft.Maui.Controls (5)
Handlers\Items2\CarouselViewHandler2.iOS.cs (2)
133
var goToIndexPath = cv2Controller.
GetScrollToIndexPath
(carouselPosition);
155
var goToIndexPath = (Controller as CarouselViewController2).
GetScrollToIndexPath
(args.Index);
Handlers\Items2\iOS\CarouselViewController2.cs (3)
279
CollectionView.ReloadItems(new NSIndexPath[] {
GetScrollToIndexPath
(targetPosition) });
382
var goToIndexPath =
GetScrollToIndexPath
(goToPosition);
509
projectedPosition =
GetScrollToIndexPath
(position);