I need to view the items in my list by scrolling up or down in .NET MAUI. There are videos in my list that I show using YoutubeApi and MediaElement. (Tiktok, Instagram Reels, etc.) What I want to do here;
Whichever item is currently visible, the MediaElement.Play()
of that item should work. I couldn't find a proper scrolling event anyway. Does anyone have any ideas about this?
I have tried all the attached ways to do this but without success.