Added ContextMenu support

This commit is contained in:
Daniel Clark
2021-02-11 00:56:52 +00:00
parent 7b2de3ddbc
commit c01af45f7f
9 changed files with 163 additions and 68 deletions
@@ -6,6 +6,9 @@
xmlns:muxc="using:Microsoft.UI.Xaml.Controls"
IconSource="/Assets/Icon.ico"
LightIconSource="/Assets/Icon-Light.ico">
<controls:NotificationFlyout.ContextMenuItems>
<MenuFlyoutItem Text="Close" />
</controls:NotificationFlyout.ContextMenuItems>
<StackPanel Margin="24">
<ComboBox
x:Name="Theme"