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

Hi. First of all, thanks for your work, is just what I need :), but I don't know how to use in my Xamarin.Forms project, could you help me? Thanks.

question

Chris, i discovered and issue with your implementation and a way to fix it. Sometimes the Renderer is collected when you close the screen, then, when you open it again...

Chris, I discovered that i had the spaces\tabs settings in visual studio set to spaces and that was causing all kinds of diffs in the files I had changed. So...

Chris, this contains only one file, CarouselLayout.cs. The change is to update 3 generic calls to Create() because they are being deprecated. In the project that I am using your...

According to your reply to my issue regarding ListView scrolling, i want to know if there is a way to disable the swipe of the CarouselView so that I can...

question

I noticed an issue where the carousel (using the dots setup) would work fine for the first 3 pages, but the 4th page was cutoff and not full width. I...

Chris, i was able to tweak your component to receive a List as ItemsSource and it works nice for my needs. I have a question for you: ``` void UpdateSelectedIndex...

Hi! I would like to make a CarouselView that has dynamic view/model types, but sadly I can't make it working. I wanted to mix it with your CarouselViewWithVMViews implementation that...

enhancement