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

The HorizontalScrollView's MotionEventActions.Down event was never firing, possibly due to a child element consuming the event. I've added a call to OnMotionEventActionsDown() at the beginning of the Move event's case...

Hi This was working great with older version of forms! Was going down a similar route, then found your code saving me loads of time. Good Work! However our app...

It seems that this control has been designed with binding in mind. I.e. the ItemsSource needs to be set in order for pages to be added to the View. However,...

Thanks for this great control! It works great on Android, and iOS. Unfortunately, it does not seem to work for Windows UWP. When I run an app with a CarouselView...

Changed System.Timers into Device.StartTimer to make it compatible with Xamarin.Forms PCL project

Any plan to create a UWP demo?

question

I'm not sure if this is a bug or feature request. I downloaded the example project. When a tab button is clicked in the tabs view, the page is changed...

Hi, I found this code and it's working great. But what I need is vertical carousel view so I tried to make it but failed. (I cloned your project and...

Hi, thank you very much for creating that control! At the Android CarouselLayoutRenderer.updateSelectedIndex() function, you need to ensure that the carouselLayout.SelectedIndex Property should be set at the UI Thread. Otherwise...

I am attempting to modify the CarouselLayout class so that I can see parts of the child to the left and child to the right of the current item. Also,...

question