Closed alexrainman closed 7 years ago
Why does a FlipView not work for you?
Agree with @skendrot, FlipView already works like this.
I already know that. My question is related to this control. It seems it cannot do what i want unless i fix it myself. Thanks
You could increase the ItemMargin to spread out the items so they are of screen and use the SelectedIndex property in code to scroll to different "pages". However, without knowing more about what you are trying to do, the FlipView sounds more like what you need than the carousel.
I wrote this plugin: https://github.com/alexrainman/CarouselView
Its being incorporated into Xamarin.Forms.Core and i was exploring the option to use your control for UWP instead of FlipView.
But, the main limitation i have is not FlipView itself, its UWP DataTemplate not supporting Func
Thanks.
Is it possible to make this carousel behave like FlipView? I want to have only page visible at the time and swipe to scroll to the next one. Also scroll and add/remove pages programmatically.