From c8f2548f058841e27ab49431a847e07056dbb437 Mon Sep 17 00:00:00 2001 From: Jade Macho Date: Tue, 29 Mar 2022 22:44:32 +0200 Subject: [PATCH] Add "Scroll to Selected" and "Remove Item" to control catalog items repeater --- samples/ControlCatalog/Pages/ItemsRepeaterPage.xaml | 2 ++ .../ControlCatalog/Pages/ItemsRepeaterPage.xaml.cs | 10 ++++++++++ .../ViewModels/ItemsRepeaterPageViewModel.cs | 13 +++++++++++++ 3 files changed, 25 insertions(+) diff --git a/samples/ControlCatalog/Pages/ItemsRepeaterPage.xaml b/samples/ControlCatalog/Pages/ItemsRepeaterPage.xaml index 8305d72d1f..1d42b92096 100644 --- a/samples/ControlCatalog/Pages/ItemsRepeaterPage.xaml +++ b/samples/ControlCatalog/Pages/ItemsRepeaterPage.xaml @@ -53,10 +53,12 @@ UniformGrid - Horizontal + + ("scroller"); _scrollToLast = this.FindControl