xamarin-forms-carouselview icon indicating copy to clipboard operation
xamarin-forms-carouselview copied to clipboard

A Xamarin.Forms custom control recipe that mirrors the functionality of the CarouselPage - except the "pages" are simply Content Views.

Results 28 xamarin-forms-carouselview issues
Sort by recently updated
recently updated
newest added

https://github.com/chrisriesgo/xamarin-forms-carouselview/blob/50540440ba1b14175e0931f9d4fd2ca1000bfc70/src/Droid/Renderers/CarouselLayoutRenderer.cs#L41 I have a nullref on this line (on android One and android 6.0.1), I'm not sure where it's from and I'm investigating too. But if you have any help,...

how can i add this control now to my project? do i have to add all the source code to my project? is it possible to wrap it up into...

I feel that perhaps a very general use case is missing from the set of examples that are available. I came looking for a simple component that would allow me...

Hi iam using your control in my few applications. Well main problem comes when i bind the control from collection and if i modify the collection so CarouselView does not...

Hi, I've recently created a new project with your xamarin-forms-carouselview and I've found that the carousel scroll to the first view on iOS when I change the orientation of the...

How to show page indicator of CarouselView control version 2.3.0-pre2 ?

Library isn't working as expected with Xamarin Forms 2.3.4.231. Swiping scrolls all the pages without any stoping and stopped at the last one.

I have a NavigationPage containing a carouselview with several pages (let's call them A,B,C...) I would like to push a page to the navigation stack from one of the child...

The examples now use a hand-rolled set of views and layouts to mimic a carousel. The existing implementation isn't scaleable, doesn't support virtualization, etc. I'd like to update this recipe...