5 references to Scrolled
Microsoft.Maui.Controls (5)
Compatibility\Handlers\Shell\iOS\ShellFlyoutLayoutManager.cs (2)
78
sv.
Scrolled
+= ScrollViewScrolled;
79
removeScrolledEvent = () => sv.
Scrolled
-= ScrollViewScrolled;
ScrollView\ScrollView.cs (1)
109
Scrolled
?.Invoke(this, new ScrolledEventArgs(x, y));
SwipeView\SwipeView.cs (2)
292
scrollView.
Scrolled
-= OnParentScrolled;
317
scrollView.
Scrolled
+= OnParentScrolled;