CardView.MAUI icon indicating copy to clipboard operation
CardView.MAUI copied to clipboard

CardsView | CarouselView | CoverflowView | CubeView for .NET Maui

Results 5 CardView.MAUI issues
Sort by recently updated
recently updated
newest added

Hello. Is it possible to make a vertical scroll using the library? I tried but was not successful. I need to do a vertical scroll like Tiktok or Instagram reels....

Label inside CarouselView is not wrapping. Problem only exist in iOS. Tried to change to Maui.Controls.CarouselView, no problem.

When `IsViewReusingEnabled` is enabled we're getting artifacts from previous views when replacing the bound `ItemsSource` https://github.com/user-attachments/assets/d23dc77d-6783-4de2-a419-0579394954f5 Repro: https://github.com/reid-kirkpatrick/CarouselLeaks Just remove `IsViewReusingEnabled` from the `MainPage`

We're experiencing strange issue that I've been able to narrow down to the CardsView `CarouselView`. - Run the [sample project](https://github.com/reid-kirkpatrick/ScrollFocusTest) on Windows - Scroll the `CollectionView` a bit - Focus...

Hi, I've one CoverFlowView nested inside another, both only scroll horizontally, works well. One issue is, that when child CoverFlowView is at the beginning and I swipe right or it...