2 references to FindNextItem
Microsoft.Maui.Controls (2)
Handlers\Items\iOS\ItemsViewLayout.cs (1)
393 currentItem = SnapHelpers.FindNextItem(visibleElements, ScrollDirection, span, scrollingVelocity, currentIndex);
Handlers\Items2\iOS\LayoutFactory2.cs (1)
361 currentItem = Items.SnapHelpers.FindNextItem(visibleElements, Configuration.ScrollDirection, span, scrollingVelocity, currentIndex);