From 03db033bbae41b04212b21e24767c671bfea5401 Mon Sep 17 00:00:00 2001 From: Stefan Markovic <57057282+stefansjfw@users.noreply.github.com> Date: Mon, 10 Mar 2025 18:16:45 +0100 Subject: [PATCH] Fix scrolling when many items (e.g. All Apps) and fix Details labels update (#498) Closes #407 (at least well enough) Closes #466 Closes #481 Related to #365, but doesn't fix that. --- .../ExtViews/ListPage.xaml | 22 ++++++++++++------- .../Microsoft.CmdPal.UI/Pages/ShellPage.xaml | 20 ++++++++++++----- 2 files changed, 28 insertions(+), 14 deletions(-) diff --git a/src/modules/cmdpal/Microsoft.CmdPal.UI/ExtViews/ListPage.xaml b/src/modules/cmdpal/Microsoft.CmdPal.UI/ExtViews/ListPage.xaml index 9dbfe718b0..9029268d2c 100644 --- a/src/modules/cmdpal/Microsoft.CmdPal.UI/ExtViews/ListPage.xaml +++ b/src/modules/cmdpal/Microsoft.CmdPal.UI/ExtViews/ListPage.xaml @@ -33,13 +33,15 @@ Spacing="8" /> - + + + @@ -86,11 +88,15 @@ Visibility="{x:Bind Subtitle, Mode=OneWay, Converter={StaticResource StringVisibilityConverter}}" /> - diff --git a/src/modules/cmdpal/Microsoft.CmdPal.UI/Pages/ShellPage.xaml b/src/modules/cmdpal/Microsoft.CmdPal.UI/Pages/ShellPage.xaml index 4aba2aa131..0b559b3f68 100644 --- a/src/modules/cmdpal/Microsoft.CmdPal.UI/Pages/ShellPage.xaml +++ b/src/modules/cmdpal/Microsoft.CmdPal.UI/Pages/ShellPage.xaml @@ -40,6 +40,7 @@ - - - - - + + + + + +