Horizontal CollectionView has issues with SnapPointsAlignment = Center on Android.
-OR-
<LinearItemsLayout Orientation="Horizontal" SnapPointsType="Mandatory" SnapPointsAlignment="Center" />
Scrolled
event on Android API 23Scrolled
event values are correctiOS (Working as expected)
Android (Bug)
No workaround possible
Quiet disapointing that this is not working as expected. I am in a position where I can't use CarouselView
because of this, in my eyes, critical bug: https://github.com/xamarin/Xamarin.Forms/issues/10865
And now I figured out that I can't fall back to Horizontal CollectionView because a feature that has been released is not working as expected (Snapping).
We're in a position where we can't get a basic horizontal view with the posibility of snapping + changing the collection on the fly (reorder the collection or adding / removing items to it).
I realize that CarouselView
is in preview, but we should at least be able to fallback to the well known released CollectionView
that was supposed to enable us to do these kind of things. Adding all of this stuff (especially snapping) by using BindableLayout seems like a rabbithole for us consumers to have to dig in to.
Why is this on the milestone of 5.0.0 and not sooner?
How can the CollectionView be considered stable if things like this are just... broken?
This needs to be fixed sooner than 5.0.0.
Most helpful comment
How can the CollectionView be considered stable if things like this are just... broken?
This needs to be fixed sooner than 5.0.0.