3 references to Scrolled
Microsoft.Maui.Controls (3)
ScrollView\ScrollView.cs (1)
112
Scrolled
?.Invoke(this, new ScrolledEventArgs(x, y));
SwipeView\SwipeView.cs (2)
292
scrollView.
Scrolled
-= OnParentScrolled;
317
scrollView.
Scrolled
+= OnParentScrolled;