-
### Description
Using a CarouselView in a .net maui project ( tested with v8.0.91 & .NET9 RC2) with` Loop="False" `results in an incorrect render. If we set` Loop="True"` the items are rendered corre…
-
At first i'm able to use and test my app fine but I suddenly received this error and never able to use it again, even adding this 4 line in my XML it will already crash. please help. I can't resolve t…
-
### Description
Having a simple ContentPage with a CarouselView bound to some items like the following, leaks memory on Android when viewing more than 5 items:
```
…
-
### Description
Steps to Reproduce
Sync or download https://github.com/CleverSoftwarePoland/.NET-MAU-CarouselView-CollectionView-performance-issues
Launch the on-Android device
Scroll right to vie…
-
# Proposal: CarouselView control
![Carousel control](https://user-images.githubusercontent.com/1009123/58596907-b21d1b00-822a-11e9-8316-2ea94a1b77e6.gif)
## Summary
A CarouselView contr…
-
### Description
In my .NET MAUI application, I am experiencing an issue with the **CarouselView** when it contains **Entries** with HorizontalTextAlignment set to **Center** or **End** (works fine on…
-
If you have a bunch of items to the dataSourceArray before creating the CarouselView, any cells that are outside of the screen view are not loaded. Ever.
```
self.dataSourceArray = [NSMutableArray ar…
-
Auf der letzten Seite des Cleanups (Bildvergleich) den Image Silder am oberen Bildschirmrand auf einem Android Handy testen. Springt manchmal seltsam herum und ist nicht wirklich smooth auf dem Emulat…
-
### Description
This is an extension of issue https://github.com/dotnet/maui/issues/15914
**_Note: The version used is 8.0.0-preview.6 ... not available to select in the dropdown below._**
Th…
-
Hi everyone,
I got an issue with CarouselView inside TabbedPage. The TabbedPage hides the CarouselView swiping action so when I swipe on the CarouselView, the TabbedPage is moving instead
Tested on …