Skip to content

Commit 4b92896

Browse files
Merge pull request #3769 from RosarioPulella/expander-stretch-2
#3070 Stretch the content of the expander header
2 parents 1e67de7 + 3fffcad commit 4b92896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Microsoft.Toolkit.Uwp.UI.Controls.Layout/Expander/Expander.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<Setter Property="Padding" Value="2,0,0,0" />
1919
<Setter Property="Height" Value="40" />
2020
<Setter Property="HorizontalAlignment" Value="Stretch" />
21-
<Setter Property="HorizontalContentAlignment" Value="Left" />
21+
<Setter Property="HorizontalContentAlignment" Value="Stretch" />
2222
<Setter Property="VerticalAlignment" Value="Stretch" />
2323
<Setter Property="FontFamily" Value="{ThemeResource ContentControlThemeFontFamily}" />
2424
<Setter Property="FontWeight" Value="Normal" />

0 commit comments

Comments
 (0)