Hello,
Welcome to our Microsoft Q&A platform!
I have a carousel view which changes its content on every swipe whether its vertical or horizontal.
What view do you use to dispaly the carousel view? Do you create a custom layout with swipe gesture for this function? Xamarin.Forms provides the CarouselView
control which presents data in a scrollable layout, and users can swipe to move through a collection of items in it. CarouselView
only supports the single swipe: horizontal or vertical. By default, a CarouselView
will display its items in a horizontal orientation.
Here is the related doc:
https://learn.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/carouselview/
Best Regards,
Jarvan Zhang
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.