Skip to content

Commit

Permalink
Fixed a small XAML error (#1749)
Browse files Browse the repository at this point in the history
Fixed a small XAML error. x2 double quotes.
  • Loading branch information
HotCakeX authored Feb 9, 2025
1 parent 2db999b commit 4859833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WinUIGallery/Samples/ControlPages/ListViewPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 4859833

Please sign in to comment.