4 references to OnParentScrolled
Microsoft.Maui.Controls (4)
SwipeView\SwipeView.cs (4)
292
scrollView.Scrolled -=
OnParentScrolled
;
297
listView.Scrolled -=
OnParentScrolled
;
317
scrollView.Scrolled +=
OnParentScrolled
;
325
listView.Scrolled +=
OnParentScrolled
;