Skip to content

Commit

Permalink
Update ItemsRepeaterPage.xaml (microsoft#848)
Browse files Browse the repository at this point in the history
Dash is on the wrong end of the closing tag. Only affects the displayed example code. XAML was correct in the functional code.
  • Loading branch information
teemune authored Jan 24, 2022
1 parent ee772e5 commit 0ffb849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XamlControlsGallery/ControlPages/ItemsRepeaterPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
ItemsSource="{x:Bind BarItems}"
Layout="{StaticResource $(Layout)}"
ItemTemplate="{StaticResource $(ElementGenerator)}" />
<ScrollViewer/>
</ScrollViewer>

<!-- The Layout specifications used: -->

Expand Down

0 comments on commit 0ffb849

Please sign in to comment.