7 references to Scrolled
Microsoft.Maui.Controls (5)
Compatibility\Handlers\Shell\iOS\ShellFlyoutLayoutManager.cs (2)
94 lv.Scrolled += ListViewScrolled; 95 removeScrolledEvent = () => lv.Scrolled -= ListViewScrolled;
ListView\ListView.cs (1)
346 => Scrolled?.Invoke(this, args);
SwipeView\SwipeView.cs (2)
297 listView.Scrolled -= OnParentScrolled; 325 listView.Scrolled += OnParentScrolled;
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\SwipeViewRenderer.cs (2)
130 listView.Scrolled += OnParentScrolled; 234 listView.Scrolled -= OnParentScrolled;