Added ability to set Auto or Right flyout placement
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
x:Class="NotificationFlyoutSample.SampleFlyout"
|
||||
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">
|
||||
xmlns:controls="using:TheXamlGuy.NotificationFlyout.Uwp.UI.Controls"
|
||||
Placement="Right">
|
||||
<Grid Width="800" Height="800">
|
||||
<Button
|
||||
HorizontalAlignment="Center"
|
||||
|
||||
Reference in New Issue
Block a user