2 references to GetCorrectedIndex
Microsoft.Maui.Controls (2)
Handlers\Items\iOS\CarouselViewController.cs (2)
731
return
GetCorrectedIndex
(indexPath.Row - _indexOffset);
895
var correctedIndex =
GetCorrectedIndex
(shiftCells);