[UWP] CollectionView SelectionMode (#6629) fixes #3172 fixes #6489 fixes #5844 fixes...
authorhumhei <humhei@outlook.com>
Wed, 26 Jun 2019 15:37:08 +0000 (23:37 +0800)
committerRui Marinho <me@ruimarinho.net>
Wed, 26 Jun 2019 15:37:08 +0000 (16:37 +0100)
commit3ac5b51c35d9d313fee5fd67fc2a4d435f82800a
tree960d4c5c40295053601ea3256a1f06b017e4cfbe
parent3782a5d7df41d6ae57269854857551947feca544
[UWP] CollectionView SelectionMode (#6629) fixes #3172 fixes #6489 fixes #5844 fixes #5625

* UWP CollectionView SelectionMode

* Null check

* SelectItems get property

* ItemTemplatePair type check

* Avoid mutually trigger OnSelectionChange

* Extended -> Multiple + Avoid creating new SelectedItems
.gitignore
Xamarin.Forms.Platform.UAP/CollectionView/CollectionViewRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.UAP/CollectionView/ItemsViewRenderer.cs [moved from Xamarin.Forms.Platform.UAP/CollectionViewRenderer.cs with 92% similarity]
Xamarin.Forms.Platform.UAP/CollectionView/SelectableItemsViewRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.UAP/Xamarin.Forms.Platform.UAP.csproj