Reputation: 1
Is it possible to show previous and next element in CarouselView
control in Xamarin Forms
? I mean stuff like that:
https://i.sstatic.net/88qle.jpg
Additionally, i want to show name of element above.
Thanks in advance!
Upvotes: 0
Views: 965
Reputation: 380
It is not possible to show 3 item at a time but you can refer this link and use CarouselView nuget package for carousel view
https://forums.xamarin.com/discussion/69120/carouselview-2-3-0-pre2
Upvotes: 0