From e2c992e0e94733d80e498501b9796ac4e1a17d27 Mon Sep 17 00:00:00 2001 From: "Milko Venkov (INFRAGISTICS INC)" Date: Fri, 26 Jun 2026 10:29:28 +0300 Subject: [PATCH 1/4] Fix text truncation on Grid page at reflow dimensions (WCAG 1.4.10) --- Sample Applications/WPFGallery/Views/Layout/GridPage.xaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Sample Applications/WPFGallery/Views/Layout/GridPage.xaml b/Sample Applications/WPFGallery/Views/Layout/GridPage.xaml index ea8e42fc..91088d43 100644 --- a/Sample Applications/WPFGallery/Views/Layout/GridPage.xaml +++ b/Sample Applications/WPFGallery/Views/Layout/GridPage.xaml @@ -10,6 +10,12 @@ Title="GridPage" Foreground="{DynamicResource TextFillColorPrimaryBrush}"> + + + + From 7592c7699755dd0a322ab311caf7ee96fef4e8cb Mon Sep 17 00:00:00 2001 From: "Milko Venkov (INFRAGISTICS INC)" Date: Fri, 26 Jun 2026 11:49:09 +0300 Subject: [PATCH 2/4] Fix text truncation on Border page at reflow dimensions (WCAG 1.4.10) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- Sample Applications/WPFGallery/Views/Layout/BorderPage.xaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Sample Applications/WPFGallery/Views/Layout/BorderPage.xaml b/Sample Applications/WPFGallery/Views/Layout/BorderPage.xaml index 12e7a6ec..aec39f7e 100644 --- a/Sample Applications/WPFGallery/Views/Layout/BorderPage.xaml +++ b/Sample Applications/WPFGallery/Views/Layout/BorderPage.xaml @@ -19,6 +19,12 @@ Foreground="{DynamicResource TextFillColorPrimaryBrush}" mc:Ignorable="d"> + + + + From 8a600fba790cf8b6d0311034fa617207dcf12a03 Mon Sep 17 00:00:00 2001 From: "Milko Venkov (INFRAGISTICS INC)" Date: Fri, 26 Jun 2026 11:49:16 +0300 Subject: [PATCH 3/4] Fix Submit button truncation on GroupBox page at reflow dimensions (WCAG 1.4.10) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- Sample Applications/WPFGallery/Views/Layout/GroupBoxPage.xaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sample Applications/WPFGallery/Views/Layout/GroupBoxPage.xaml b/Sample Applications/WPFGallery/Views/Layout/GroupBoxPage.xaml index d9393801..9ebbeca7 100644 --- a/Sample Applications/WPFGallery/Views/Layout/GroupBoxPage.xaml +++ b/Sample Applications/WPFGallery/Views/Layout/GroupBoxPage.xaml @@ -26,7 +26,7 @@ Header="User Information" HorizontalAlignment="Left" VerticalAlignment="Center" - Width="400"> + MaxWidth="400"> <StackPanel> <StackPanel Orientation="Horizontal"> <TextBlock Width="100" Text="Name:" /> @@ -42,7 +42,7 @@ Header="User Information" HorizontalAlignment="Left" VerticalAlignment="Center" - Width="400"> + MaxWidth="400"> From 9eb7e60c1be0ab6ea0b1b06efdbe8b7060c2ef40 Mon Sep 17 00:00:00 2001 From: "Milko Venkov (INFRAGISTICS INC)" Date: Fri, 26 Jun 2026 12:39:48 +0300 Subject: [PATCH 4/4] Fix text truncation on ResizeGrip page at portrait dimensions (WCAG 1.4.10) --- .../WPFGallery/Views/Layout/ResizeGripPage.xaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Sample Applications/WPFGallery/Views/Layout/ResizeGripPage.xaml b/Sample Applications/WPFGallery/Views/Layout/ResizeGripPage.xaml index ac83f616..90d3b648 100644 --- a/Sample Applications/WPFGallery/Views/Layout/ResizeGripPage.xaml +++ b/Sample Applications/WPFGallery/Views/Layout/ResizeGripPage.xaml @@ -10,6 +10,12 @@ Title="ResizeGripPage" Foreground="{DynamicResource TextFillColorPrimaryBrush}"> + + + +