diff --git a/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/ViewModels/AnimalsViewModel.cs b/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/ViewModels/AnimalsViewModel.cs index b3730a1aa..fc58bb06d 100644 --- a/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/ViewModels/AnimalsViewModel.cs +++ b/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/ViewModels/AnimalsViewModel.cs @@ -148,7 +148,7 @@ void AddCats() Animals.Add(new Animal { Name = "Abyssinian", - Location = "Ethopia", + Location = "Ethiopia", Details = "The Abyssinian is a breed of domestic short-haired cat with a distinctive tickedtabby coat, in which individual hairs are banded with different colors. The breed is named for Abyssinia (now called Ethiopia), where it is believed to have originated.", ImageUrl = "https://upload.wikimedia.org/wikipedia/commons/thumb/9/9b/Gustav_chocolate.jpg/168px-Gustav_chocolate.jpg" }); diff --git a/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/ViewModels/GroupedAnimalsViewModel.cs b/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/ViewModels/GroupedAnimalsViewModel.cs index 84347f0e7..274f32ed4 100644 --- a/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/ViewModels/GroupedAnimalsViewModel.cs +++ b/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/ViewModels/GroupedAnimalsViewModel.cs @@ -97,7 +97,7 @@ void CreateAnimalsCollection() new Animal { Name = "Abyssinian", - Location = "Ethopia", + Location = "Ethiopia", Details = "The Abyssinian is a breed of domestic short-haired cat with a distinctive tickedtabby coat, in which individual hairs are banded with different colors. The breed is named for Abyssinia (now called Ethiopia), where it is believed to have originated.", ImageUrl = "https://upload.wikimedia.org/wikipedia/commons/thumb/9/9b/Gustav_chocolate.jpg/168px-Gustav_chocolate.jpg" }, diff --git a/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/EmptyView/EmptyViewDataTemplateSelectorPage.xaml b/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/EmptyView/EmptyViewDataTemplateSelectorPage.xaml index ad508fe97..4570571bd 100644 --- a/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/EmptyView/EmptyViewDataTemplateSelectorPage.xaml +++ b/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/EmptyView/EmptyViewDataTemplateSelectorPage.xaml @@ -35,14 +35,16 @@ OtherTemplate="{StaticResource BasicTemplate}" /> - + + EmptyViewTemplate="{StaticResource SearchSelector}" + Grid.Row="1"> @@ -71,5 +73,5 @@ - + diff --git a/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/EmptyView/EmptyViewFilteredPage.xaml b/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/EmptyView/EmptyViewFilteredPage.xaml index 5cc0c3947..4809b3fdc 100644 --- a/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/EmptyView/EmptyViewFilteredPage.xaml +++ b/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/EmptyView/EmptyViewFilteredPage.xaml @@ -3,13 +3,15 @@ xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="CollectionViewDemos.Views.EmptyViewFilteredPage" Title="EmptyView (string)"> - + + EmptyView="No items match your filter." + Grid.Row="1"> @@ -38,5 +40,5 @@ - + diff --git a/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/EmptyView/EmptyViewLoadSimulationPage.xaml b/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/EmptyView/EmptyViewLoadSimulationPage.xaml index bf62da1ed..932be6edd 100644 --- a/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/EmptyView/EmptyViewLoadSimulationPage.xaml +++ b/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/EmptyView/EmptyViewLoadSimulationPage.xaml @@ -3,7 +3,7 @@ xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="CollectionViewDemos.Views.EmptyViewLoadSimulationPage" Title="EmptyView (load simulation)"> - + @@ -34,5 +34,5 @@ - + diff --git a/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/EmptyView/EmptyViewNullPage.xaml b/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/EmptyView/EmptyViewNullPage.xaml index 65e31ff1c..9c3778a5c 100644 --- a/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/EmptyView/EmptyViewNullPage.xaml +++ b/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/EmptyView/EmptyViewNullPage.xaml @@ -3,8 +3,8 @@ xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="CollectionViewDemos.Views.EmptyViewNullPage" Title="EmptyView (Null ItemsSource)"> - + - + diff --git a/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/EmptyView/EmptyViewSwapPage.xaml b/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/EmptyView/EmptyViewSwapPage.xaml index 4f321f506..7cf846e6d 100644 --- a/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/EmptyView/EmptyViewSwapPage.xaml +++ b/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/EmptyView/EmptyViewSwapPage.xaml @@ -31,17 +31,19 @@ - + - + + + ItemsSource="{Binding Monkeys}" + Grid.Row="2"> @@ -70,5 +72,5 @@ - + diff --git a/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/EmptyView/EmptyViewTemplatePage.xaml b/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/EmptyView/EmptyViewTemplatePage.xaml index a172f9a4b..4d888fd27 100644 --- a/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/EmptyView/EmptyViewTemplatePage.xaml +++ b/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/EmptyView/EmptyViewTemplatePage.xaml @@ -4,12 +4,14 @@ xmlns:controls="clr-namespace:CollectionViewDemos.Controls" x:Class="CollectionViewDemos.Views.EmptyViewTemplatePage" Title="EmptyView (template)"> - + - + @@ -51,5 +53,5 @@ - + diff --git a/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/EmptyView/EmptyViewWithViewsFilteredPage.xaml b/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/EmptyView/EmptyViewWithViewsFilteredPage.xaml index c0853c85b..93a8882c8 100644 --- a/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/EmptyView/EmptyViewWithViewsFilteredPage.xaml +++ b/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/EmptyView/EmptyViewWithViewsFilteredPage.xaml @@ -3,12 +3,14 @@ xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="CollectionViewDemos.Views.EmptyViewWithViewsFilteredPage" Title="EmptyView (multiple views)"> - + - + @@ -55,5 +57,5 @@ - + diff --git a/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/Grouping/VerticalListEmptyGroupsPage.xaml b/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/Grouping/VerticalListEmptyGroupsPage.xaml index fa2fb73e9..f66947432 100644 --- a/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/Grouping/VerticalListEmptyGroupsPage.xaml +++ b/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/Grouping/VerticalListEmptyGroupsPage.xaml @@ -3,7 +3,7 @@ xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="CollectionViewDemos.Views.VerticalListEmptyGroupsPage" Title="Grouping including empty groups"> - + @@ -48,5 +48,5 @@ - + diff --git a/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/Grouping/VerticalListGroupingPage.xaml b/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/Grouping/VerticalListGroupingPage.xaml index 96f78d64f..58ed747c0 100644 --- a/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/Grouping/VerticalListGroupingPage.xaml +++ b/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/Grouping/VerticalListGroupingPage.xaml @@ -3,7 +3,7 @@ xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="CollectionViewDemos.Views.VerticalListGroupingPage" Title="Grouping (with DataTemplates)"> - + @@ -48,5 +48,5 @@ - + diff --git a/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/Grouping/VerticalListGroupingVariableSizeItemsPage.xaml b/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/Grouping/VerticalListGroupingVariableSizeItemsPage.xaml index f41242022..45cb6f892 100644 --- a/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/Grouping/VerticalListGroupingVariableSizeItemsPage.xaml +++ b/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/Grouping/VerticalListGroupingVariableSizeItemsPage.xaml @@ -4,18 +4,19 @@ xmlns:controls="clr-namespace:CollectionViewDemos.Controls" x:Class="CollectionViewDemos.Views.VerticalListGroupingVariableSizeItemsPage" Title="Grouping with variable sized items"> - - + + + + ItemSizingStrategy="{Binding Source={x:Reference enumPicker}, Path=SelectedItem}" + Grid.Row="1"> @@ -56,7 +57,7 @@ - + diff --git a/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/Grouping/VerticalListTextGroupingPage.xaml b/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/Grouping/VerticalListTextGroupingPage.xaml index 0bbd8c9dd..77a4e08b4 100644 --- a/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/Grouping/VerticalListTextGroupingPage.xaml +++ b/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/Grouping/VerticalListTextGroupingPage.xaml @@ -3,8 +3,8 @@ xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="CollectionViewDemos.Views.VerticalListTextGroupingPage" Title="Grouping (without DataTemplates)"> - + - + diff --git a/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/HeadersAndFooters/HorizontalGridHeaderFooterViewPage.xaml b/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/HeadersAndFooters/HorizontalGridHeaderFooterViewPage.xaml index 8cce443c1..563ca0fd8 100644 --- a/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/HeadersAndFooters/HorizontalGridHeaderFooterViewPage.xaml +++ b/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/HeadersAndFooters/HorizontalGridHeaderFooterViewPage.xaml @@ -3,7 +3,7 @@ xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="CollectionViewDemos.Views.HorizontalGridHeaderFooterViewPage" Title="Grid header and footer (View)"> - + @@ -50,5 +50,5 @@ - + diff --git a/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/HeadersAndFooters/VerticalListHeaderFooterDataTemplatePage.xaml b/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/HeadersAndFooters/VerticalListHeaderFooterDataTemplatePage.xaml index 37c46e619..cdb1a0bf0 100644 --- a/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/HeadersAndFooters/VerticalListHeaderFooterDataTemplatePage.xaml +++ b/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/HeadersAndFooters/VerticalListHeaderFooterDataTemplatePage.xaml @@ -3,7 +3,7 @@ xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="CollectionViewDemos.Views.VerticalListHeaderFooterDataTemplatePage" Title="Header and footer (DataTemplate)"> - + @@ -55,5 +55,5 @@ - + diff --git a/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/HeadersAndFooters/VerticalListHeaderFooterStringPage.xaml b/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/HeadersAndFooters/VerticalListHeaderFooterStringPage.xaml index af0706cfa..926f44c5d 100644 --- a/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/HeadersAndFooters/VerticalListHeaderFooterStringPage.xaml +++ b/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/HeadersAndFooters/VerticalListHeaderFooterStringPage.xaml @@ -3,7 +3,7 @@ xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="CollectionViewDemos.Views.VerticalListHeaderFooterStringPage" Title="Header and footer (string)"> - + @@ -35,5 +35,5 @@ - + diff --git a/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/HeadersAndFooters/VerticalListHeaderFooterViewPage.xaml b/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/HeadersAndFooters/VerticalListHeaderFooterViewPage.xaml index 6ae1272d6..56174fb41 100644 --- a/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/HeadersAndFooters/VerticalListHeaderFooterViewPage.xaml +++ b/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/HeadersAndFooters/VerticalListHeaderFooterViewPage.xaml @@ -3,7 +3,7 @@ xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="CollectionViewDemos.Views.VerticalListHeaderFooterViewPage" Title="Header and footer (View)"> - + @@ -49,5 +49,5 @@ - + diff --git a/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/Layout/HorizontalGridPage.xaml b/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/Layout/HorizontalGridPage.xaml index 4c10b7393..0cb63adc1 100644 --- a/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/Layout/HorizontalGridPage.xaml +++ b/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/Layout/HorizontalGridPage.xaml @@ -3,7 +3,7 @@ xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="CollectionViewDemos.Views.HorizontalGridPage" Title="Horizontal grid (DataTemplate)"> - + @@ -36,5 +36,5 @@ - + diff --git a/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/Layout/HorizontalGridTextPage.xaml b/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/Layout/HorizontalGridTextPage.xaml index b5dad6af7..0a8573dd9 100644 --- a/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/Layout/HorizontalGridTextPage.xaml +++ b/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/Layout/HorizontalGridTextPage.xaml @@ -3,7 +3,7 @@ xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="CollectionViewDemos.Views.HorizontalGridTextPage" Title="Horizontal grid (text)"> - + @@ -27,5 +27,5 @@ - + diff --git a/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/Layout/HorizontalListPage.xaml b/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/Layout/HorizontalListPage.xaml index 0bdb505a3..4654083d5 100644 --- a/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/Layout/HorizontalListPage.xaml +++ b/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/Layout/HorizontalListPage.xaml @@ -3,7 +3,7 @@ xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="CollectionViewDemos.Views.HorizontalListPage" Title="Horizontal list (DataTemplate)"> - + @@ -36,5 +36,5 @@ - + diff --git a/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/Layout/HorizontalListTextPage.xaml b/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/Layout/HorizontalListTextPage.xaml index 3d898570c..110923be9 100644 --- a/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/Layout/HorizontalListTextPage.xaml +++ b/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/Layout/HorizontalListTextPage.xaml @@ -3,7 +3,7 @@ xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="CollectionViewDemos.Views.HorizontalListTextPage" Title="Horizontal list (text)"> - + @@ -27,5 +27,5 @@ - + diff --git a/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/Layout/VerticalGridPage.xaml b/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/Layout/VerticalGridPage.xaml index 7869309a1..45f023648 100644 --- a/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/Layout/VerticalGridPage.xaml +++ b/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/Layout/VerticalGridPage.xaml @@ -3,7 +3,7 @@ xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="CollectionViewDemos.Views.VerticalGridPage" Title="Vertical grid (DataTemplate)"> - + @@ -36,5 +36,5 @@ - + diff --git a/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/Layout/VerticalGridTextPage.xaml b/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/Layout/VerticalGridTextPage.xaml index 2da7d8842..1eb8fd6e7 100644 --- a/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/Layout/VerticalGridTextPage.xaml +++ b/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/Layout/VerticalGridTextPage.xaml @@ -3,7 +3,7 @@ xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="CollectionViewDemos.Views.VerticalGridTextPage" Title="Vertical grid (text)"> - + @@ -27,5 +27,5 @@ - + diff --git a/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/Layout/VerticalListDataTemplateSelectorPage.xaml b/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/Layout/VerticalListDataTemplateSelectorPage.xaml index a4541ec62..48cfe0b01 100644 --- a/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/Layout/VerticalListDataTemplateSelectorPage.xaml +++ b/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/Layout/VerticalListDataTemplateSelectorPage.xaml @@ -67,8 +67,8 @@ OtherMonkey="{StaticResource OtherMonkeyTemplate}" /> - + - + diff --git a/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/Layout/VerticalListPage.xaml b/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/Layout/VerticalListPage.xaml index 2d409e20e..b969249f1 100644 --- a/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/Layout/VerticalListPage.xaml +++ b/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/Layout/VerticalListPage.xaml @@ -3,7 +3,7 @@ xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="CollectionViewDemos.Views.VerticalListPage" Title="Vertical list (DataTemplate)"> - + @@ -33,5 +33,5 @@ - + diff --git a/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/Layout/VerticalListRTLPage.xaml b/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/Layout/VerticalListRTLPage.xaml index 911e60581..09219b63e 100644 --- a/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/Layout/VerticalListRTLPage.xaml +++ b/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/Layout/VerticalListRTLPage.xaml @@ -4,7 +4,7 @@ x:Class="CollectionViewDemos.Views.VerticalListRTLPage" Title="Vertical list (RTL FlowDirection)" FlowDirection="RightToLeft"> - + @@ -34,5 +34,5 @@ - + diff --git a/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/Layout/VerticalListTextPage.xaml b/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/Layout/VerticalListTextPage.xaml index d4063cd4a..00ab090e9 100644 --- a/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/Layout/VerticalListTextPage.xaml +++ b/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/Layout/VerticalListTextPage.xaml @@ -3,7 +3,7 @@ xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="CollectionViewDemos.Views.VerticalListTextPage" Title="Vertical list (text)"> - + @@ -27,5 +27,5 @@ - + diff --git a/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/Scrolling/IncrementalLoadingPage.xaml b/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/Scrolling/IncrementalLoadingPage.xaml index 479e75d0f..e5ad05fa9 100644 --- a/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/Scrolling/IncrementalLoadingPage.xaml +++ b/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/Scrolling/IncrementalLoadingPage.xaml @@ -3,7 +3,7 @@ xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="CollectionViewDemos.Views.IncrementalLoadingPage" Title="Incremental loading on scroll"> - + - + diff --git a/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/Scrolling/ItemsUpdatingScrollModePage.xaml b/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/Scrolling/ItemsUpdatingScrollModePage.xaml index df062d5c1..1f06791f9 100644 --- a/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/Scrolling/ItemsUpdatingScrollModePage.xaml +++ b/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/Scrolling/ItemsUpdatingScrollModePage.xaml @@ -4,18 +4,19 @@ xmlns:controls="clr-namespace:CollectionViewDemos.Controls" x:Class="CollectionViewDemos.Views.ItemsUpdatingScrollModePage" Title="Scroll mode when adding items"> - - + + + + ItemsSource="{Binding Monkeys}" + Grid.Row="1"> @@ -44,5 +45,5 @@ - + diff --git a/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/Scrolling/ScrollToByIndexPage.xaml b/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/Scrolling/ScrollToByIndexPage.xaml index a78a63dd1..9c92a814c 100644 --- a/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/Scrolling/ScrollToByIndexPage.xaml +++ b/9.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/Scrolling/ScrollToByIndexPage.xaml @@ -4,27 +4,29 @@ xmlns:controls="clr-namespace:CollectionViewDemos.Controls" x:Class="CollectionViewDemos.Views.ScrollToByIndexPage" Title="Scroll to index"> - - + + - + + +