Remove max width and height from flyout style

This commit is contained in:
Daniel Clark
2021-02-25 15:02:42 +00:00
parent d48d0bd590
commit bc42e0cff1
3 changed files with 25 additions and 23 deletions
@@ -10,6 +10,8 @@
<Grid.Resources>
<Style x:Key="DefaultFlyoutPresenterStyle" TargetType="FlyoutPresenter">
<Setter Property="IsDefaultShadowEnabled" Value="False" />
<Setter Property="MaxWidth" Value="Auto" />
<Setter Property="MaxHeight" Value="Auto" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="FlyoutPresenter">