Remove max width and height from flyout style
This commit is contained in:
+2
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user