From 6f5f1a562d8f21b213813fe69e2ad690d9106675 Mon Sep 17 00:00:00 2001 From: "Maria Manolova (INFRAGISTICS INC)" Date: Fri, 26 Jun 2026 12:52:55 +0300 Subject: [PATCH] Fix Narrator announcing 'SL NO' instead of serial number on What's New page The 'Sl. No.' column header in the Grid Shorthand Syntax sample on the What's New page was read literally by Narrator (as 'SL NO') instead of as a serial number. Add AutomationProperties.Name="Serial Number" to the header cell so screen readers announce a meaningful name. Addresses MAS 4.1.2 (Name, Role, Value). Fixes AB#3019248. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .../WPFGallery/ViewModels/WhatsNewPageViewModel.cs | 2 +- Sample Applications/WPFGallery/Views/WhatsNewPage.xaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Sample Applications/WPFGallery/ViewModels/WhatsNewPageViewModel.cs b/Sample Applications/WPFGallery/ViewModels/WhatsNewPageViewModel.cs index 3d12bb6b..acac147c 100644 --- a/Sample Applications/WPFGallery/ViewModels/WhatsNewPageViewModel.cs +++ b/Sample Applications/WPFGallery/ViewModels/WhatsNewPageViewModel.cs @@ -69,7 +69,7 @@ public void Navigate(object pageType) private const string _gridShorthandSyntaxXamlUsage = """ - Sl. No. + Sl. No. Name Description 1 diff --git a/Sample Applications/WPFGallery/Views/WhatsNewPage.xaml b/Sample Applications/WPFGallery/Views/WhatsNewPage.xaml index eaac19fc..45a2b992 100644 --- a/Sample Applications/WPFGallery/Views/WhatsNewPage.xaml +++ b/Sample Applications/WPFGallery/Views/WhatsNewPage.xaml @@ -74,7 +74,7 @@ HeaderText="Grid Shorthand Syntax Sample" XamlCode="{Binding ViewModel.GridShorthandSyntaxXamlCode}"> - Sl. No. + Sl. No. Name Description 1