Skip to content

Commit

Permalink
Fix BreadcrumbBar opening tag in exapmle (microsoft#906)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonytkachenko authored May 1, 2022
1 parent e23b599 commit 09e8d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XamlControlsGallery/ControlPages/BreadcrumbBarPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
</local:ControlExample.Example>
<local:ControlExample.Xaml>
<x:String xml:space="preserve">
&lt;muxc:BreadcrumbBar x:Name="BreadcrumbBar1"/&gt;
&lt;muxc:BreadcrumbBar x:Name="BreadcrumbBar1"&gt;
&lt;muxc:BreadcrumbBar.ItemTemplate&gt;
&lt;DataTemplate x:DataType="l:Folder"&gt;
&lt;muxc:BreadcrumbBarItem Content="{Binding}" AutomationProperties.Name="{Binding Name}"&gt;
Expand Down

0 comments on commit 09e8d84

Please sign in to comment.