Skip to content

Commit

Permalink
Merge pull request #585 from MartinZikmund/patch-3
Browse files Browse the repository at this point in the history
Add missing curly bracket in sample
  • Loading branch information
XAML-Knight authored Oct 25, 2021
2 parents fcd00c5 + bcd607c commit f3243a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/extensions/ListViewExtensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Here is how this property can be used in XAML:

<Page.Resources>
<DataTemplate x:Name="NormalTemplate">
<TextBlock Text="{Binding " Foreground="Green"></TextBlock>
<TextBlock Text="{Binding}" Foreground="Green"></TextBlock>
</DataTemplate>

<DataTemplate x:Name="AlternateTemplate">
Expand Down

0 comments on commit f3243a5

Please sign in to comment.