Skip to content

Commit 81ed781

Browse files
Merge pull request #3813 from yoshiask/fix/tabbedcommandbar_SCTRB
#3779 Fix TabbedCommandBar MinVersion
2 parents 1d70e62 + 0dc871f commit 81ed781

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Microsoft.Toolkit.Uwp.UI.Controls.Core/TabbedCommandBar/TabbedCommandBar.xaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
22
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
3-
xmlns:controls="using:Microsoft.Toolkit.Uwp.UI.Controls">
3+
xmlns:controls="using:Microsoft.Toolkit.Uwp.UI.Controls"
4+
xmlns:Windows10version1903="http://schemas.microsoft.com/winfx/2006/xaml/presentation?IsApiContractPresent(Windows.Foundation.UniversalApiContract, 8)">
45

56
<ResourceDictionary.MergedDictionaries>
67
<ResourceDictionary Source="ms-appx:///Microsoft.Toolkit.Uwp.UI.Controls.Core/TabbedCommandBar/TabbedCommandBarItem.xaml" />
@@ -88,7 +89,7 @@
8889
Visibility="{Binding TemplateSettings.OverflowButtonVisibility, RelativeSource={RelativeSource Mode=TemplatedParent}}">
8990
<Button.Flyout>
9091
<Flyout Placement="Bottom"
91-
ShouldConstrainToRootBounds="False">
92+
Windows10version1903:ShouldConstrainToRootBounds="False">
9293
<Flyout.FlyoutPresenterStyle>
9394
<Style TargetType="FlyoutPresenter">
9495
<Setter Property="Padding" Value="0,8" />

0 commit comments

Comments
 (0)