2 references to CollectionViewScrolled
Microsoft.Maui.Controls (2)
Compatibility\Handlers\Shell\iOS\ShellFlyoutLayoutManager.cs (2)
85
cv.Scrolled +=
CollectionViewScrolled
;
86
removeScrolledEvent = () => cv.Scrolled -=
CollectionViewScrolled
;