Removed useless collectionviewsource

Updated some packages
This commit is contained in:
Geoffroy BONNEVILLE
2020-06-02 15:57:14 +02:00
parent e5b35dc6ab
commit 1c6fb0f2bb
9 changed files with 13 additions and 14 deletions

View File

@@ -20,9 +20,6 @@
</Page.Resources>
<Grid>
<Grid.Resources>
<CollectionViewSource
x:Name="EntriesViewSource"
Source="{Binding Entries}" />
<CollectionViewSource
x:Name="EntriesZoomedOutViewSource"
Source="{Binding EntriesZoomedOut}" IsSourceGrouped="True" />
@@ -79,7 +76,7 @@
<!-- Horizontal scrolling grid -->
<GridView
x:Name="GridView"
ItemsSource="{Binding Source={StaticResource EntriesViewSource}}"
ItemsSource="{Binding Entries}"
AutomationProperties.AutomationId="ItemGridView"
AutomationProperties.Name="Entries"
TabIndex="1"