Skip to content

Commit 223e195

Browse files
Change default VerticalContentAlignment to Stretch to match default Expander style (#3457)
1 parent 9a49364 commit 223e195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MaterialDesignThemes.Wpf/Themes/MaterialDesignTheme.Expander.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@
360360
</ControlTemplate>
361361
</Setter.Value>
362362
</Setter>
363-
<Setter Property="VerticalContentAlignment" Value="Top" />
363+
<Setter Property="VerticalContentAlignment" Value="Stretch" />
364364
<Setter Property="wpf:ExpanderAssist.HeaderBackground" Value="Transparent" />
365365
</Style>
366366
</ResourceDictionary>

0 commit comments

Comments
 (0)