I have a SlideView within a native MAUI ScrollView. Unfortunately the ScrollView does not scroll when the touch event starts on the SlideView. This worked in Xamarin.
I have managed to get SwipeGestureRecognizers for Up and Down working - but since I do not know how far has been swiped, I cannot convert this to a scroll action.
Are there any suggestions on how to fix the scrolling.