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>
</Border.Styles>
<Border.ContextFlyout>
<MenuFlyout Items="{Binding MenuItems}" />
<MenuFlyout ItemsSource="{Binding MenuItems}" />
</Border.ContextFlyout>
<TextBlock Text="Dynamically Generated"/>
</Border>

Loading…
Cancel
Save