Implement CarouselView on UWP (#7503)
authorJavier Suárez Ruiz <javiersuarezruiz@hotmail.com>
Tue, 17 Sep 2019 20:33:55 +0000 (22:33 +0200)
committerRui Marinho <me@ruimarinho.net>
Tue, 17 Sep 2019 20:33:55 +0000 (21:33 +0100)
commitd8e3e5c5442bba3fb25d89b799a511c557bbdb6e
tree7a93d832311465abca9682d03ba0ab79c618cba4
parentce39845e9e752852e43b944364003690651e6da1
Implement CarouselView on UWP (#7503)

* Implemented CarouselView on UWP

* Implemented CurrentItem on Carousel UWP

* Fixed ArgumentOutOfRangeException with the Carousel position

* Removed code to update the CurrentItem on UWP (review it to improve)
12 files changed:
Xamarin.Forms.Platform.UAP/CollectionView/CarouselViewRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.UAP/CollectionView/ItemContentControl.cs
Xamarin.Forms.Platform.UAP/CollectionView/ItemTemplateContext.cs
Xamarin.Forms.Platform.UAP/CollectionView/ItemTemplateEnumerator.cs
Xamarin.Forms.Platform.UAP/CollectionView/ItemsViewRenderer.cs
Xamarin.Forms.Platform.UAP/CollectionView/ItemsViewStyles.xaml
Xamarin.Forms.Platform.UAP/CollectionView/ObservableItemTemplateCollection.cs
Xamarin.Forms.Platform.UAP/CollectionView/SelectableItemsViewRenderer.cs
Xamarin.Forms.Platform.UAP/CollectionView/StructuredItemsViewRenderer.cs
Xamarin.Forms.Platform.UAP/CollectionView/TemplatedItemSourceFactory.cs
Xamarin.Forms.Platform.UAP/Properties/AssemblyInfo.cs
Xamarin.Forms.Platform.UAP/Xamarin.Forms.Platform.UAP.csproj