I am trying to get the CollectionView working in my Xamarin Forms UWP project. Despite using very simple examples, I am having problems getting the SelectedItem to bind as well as the SelectionChangedCommand to fire. All seem to work fine in iOS and Android. Just not UWP.
I then found an article (not from Microsoft, a different source that I don't necessarily trust) that stated CollectionView is only supported for iOS and Android right now.
Is CollectionView supported for UWP projects?