[General][UX]Flyouts are not constrained to the UI root anymore (#29734)

* add property

* add property

* Update DashboardPage.xaml

* small additions

* Fix XAML style
This commit is contained in:
Jay
2023-11-09 18:08:42 +01:00
committed by GitHub
parent 230639fbd6
commit bb10ef5ef5
8 changed files with 15 additions and 12 deletions

View File

@@ -217,7 +217,7 @@
FontFamily="{ThemeResource SymbolThemeFontFamily}"
Visibility="{Binding ElementName=checkBox_regex, Path=IsChecked}">
<Button.Flyout>
<Flyout x:Name="RegExFlyout">
<Flyout x:Name="RegExFlyout" ShouldConstrainToRootBounds="False">
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="28" />