7 references to Scrolled
Microsoft.Maui.Controls (7)
Compatibility\Handlers\Shell\iOS\ShellFlyoutLayoutManager.cs (2)
85 cv.Scrolled += CollectionViewScrolled; 86 removeScrolledEvent = () => cv.Scrolled -= CollectionViewScrolled;
Handlers\Items\iOS\CarouselViewController.cs (2)
227 carouselView.Scrolled -= CarouselViewScrolled; 242 carouselView.Scrolled += CarouselViewScrolled;
Items\ItemsView.cs (1)
181 Scrolled?.Invoke(this, e);
SwipeView\SwipeView.cs (2)
303 collectionView.Scrolled -= OnParentScrolled; 333 collectionView.Scrolled += OnParentScrolled;