[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

@@ -26,7 +26,7 @@
</Border.Background>
</Border>
<DropDownButton.Flyout>
<Flyout>
<Flyout ShouldConstrainToRootBounds="False">
<ColorPicker
IsAlphaEnabled="True"
IsAlphaSliderVisible="True"

View File

@@ -26,7 +26,7 @@
</Border.Background>
</Border>
<DropDownButton.Flyout>
<Flyout>
<Flyout ShouldConstrainToRootBounds="False">
<ColorPicker
IsAlphaEnabled="False"
IsAlphaSliderVisible="False"