5 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;