From 8ea6c4c5893159acfc993654b6241b027705b970 Mon Sep 17 00:00:00 2001 From: Violet Hansen Date: Sun, 9 Feb 2025 08:48:10 +0200 Subject: [PATCH] Fixed a small XAML error Fixed a small XAML error. x2 double quotes. --- WinUIGallery/Samples/ControlPages/ListViewPage.xaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WinUIGallery/Samples/ControlPages/ListViewPage.xaml b/WinUIGallery/Samples/ControlPages/ListViewPage.xaml index 67489e0a6..bbbf173dc 100644 --- a/WinUIGallery/Samples/ControlPages/ListViewPage.xaml +++ b/WinUIGallery/Samples/ControlPages/ListViewPage.xaml @@ -583,7 +583,7 @@ sent or received, and those values are bound in the DataTemplate.--> Width="400" BorderThickness="1" BorderBrush="{ThemeResource ControlStrongStrokeColorDefaultBrush}" - HorizontalAlignment="Left""> + HorizontalAlignment="Left"> <ListView.ItemTemplate> <DataTemplate x:DataType="local:Contact"> <Grid>