alexrainman / CarouselView

CarouselView control for Xamarin Forms
MIT License
436 stars 178 forks source link

Multiple CarouselViews on single page #558

Closed reimaginesoft closed 4 years ago

reimaginesoft commented 4 years ago

Hello,

is possible? When I add multiple CarouselViews I get exception… and looks like all views use the same ViewPager?

Regards

reimaginesoft commented 4 years ago

I found problem, I can't bind the same collection to multiple CarouselViews. When each CarouselView has its own collection, then everything working as expected.