Browse Source

Fix build

pull/10831/head
Max Katz 3 years ago
parent
commit
80ad07ddff
  1. 2
      samples/ControlCatalog/Pages/ContextFlyoutPage.xaml

2
samples/ControlCatalog/Pages/ContextFlyoutPage.xaml

@ -67,7 +67,7 @@
</Style> </Style>
</Border.Styles> </Border.Styles>
<Border.ContextFlyout> <Border.ContextFlyout>
<MenuFlyout Items="{Binding MenuItems}" /> <MenuFlyout ItemsSource="{Binding MenuItems}" />
</Border.ContextFlyout> </Border.ContextFlyout>
<TextBlock Text="Dynamically Generated"/> <TextBlock Text="Dynamically Generated"/>
</Border> </Border>

Loading…
Cancel
Save