wip
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ namespace NotificationFlyout.Uwp.UI.Controls
|
||||
{
|
||||
if (_root == null) return;
|
||||
var flyout = FlyoutBase.GetAttachedFlyout(_root);
|
||||
flyout.ShowAt(_root, new FlyoutShowOptions { Placement = placementMode });
|
||||
flyout.ShowAt(_root, new FlyoutShowOptions { Placement = placementMode, ShowMode = FlyoutShowMode.Standard });
|
||||
}
|
||||
|
||||
public void ShowFlyout()
|
||||
|
||||
Reference in New Issue
Block a user