alexrainman / CarouselView

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

Array of ContentPage as ItemsSource #562

Closed dalton5 closed 3 years ago

dalton5 commented 4 years ago

Hi,

I would like to use content page as ItemSource and not content view but it's not working I have an error.

Is it possible?

My code is:

`

` And it seems to crash on line 701 of the file CarouselViewImplementation.cs So is it possible and if yes how can I perform it? Thanks,
alexrainman commented 4 years ago

ContentPage as source is not supported. Please use ContentView.