Ported app to use CarouselView and simplified the app
Submission description
I converted the card view we have in our CommonAlly application to use CarouselView.

What went well
It was pretty easy to implement from samples even though the intellisense isn't working for xaml for Xamarin Forms on Visual Studio for Windows. It does not seem to have an issue being inside of a scroll view.
What didn't go well
The snappiness of the carousel view was off. You should work on the easing of the snap.
Missing or desired things
Page indicators On scroll event On focus on item (what's the user looking at?) Pull to refresh
Page Indicators: https://github.com/xamarin/Xamarin.Forms/issues/6577 RefreshView: https://github.com/xamarin/Xamarin.Forms/issues/6577
Re: XAML Intellisense, is that everything or just CarouselView?
On focus on item
Like a special bendable property for the item like “IsCurrent” or something? There is a position property that could be checked. What is the UX you’re after?
on scroll event
Hmm, that should be there. Maybe intellisense didn’t show it. What is def missing is any kind of bendable property for scroll values.