Major refactor to use Popup replacing the Flyout. This will allow for future enhancements.

This commit is contained in:
Daniel Clark
2021-02-26 20:48:10 +00:00
parent c408eafdde
commit 737dbe9b32
9 changed files with 100 additions and 292 deletions
@@ -3,7 +3,12 @@
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:controls="using:TheXamlGuy.NotificationFlyout.Uwp.UI.Controls"
Placement="Right">
CornerRadius="6">
<controls:NotificationFlyout.ContextFlyout>
<MenuFlyout>
<MenuFlyoutItem Text="Close" Click="OnCloseMenuFlyoutItemClick" />
</MenuFlyout>
</controls:NotificationFlyout.ContextFlyout>
<Grid Width="500" Height="500">
<Button
HorizontalAlignment="Right"