Skip to content

Commit

Permalink
Change default VerticalContentAlignment to Stretch to match default E…
Browse files Browse the repository at this point in the history
…xpander style (#3457)
  • Loading branch information
nicolaihenriksen committed Feb 13, 2024
1 parent 9a49364 commit 223e195
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@
</ControlTemplate>
</Setter.Value>
</Setter>
<Setter Property="VerticalContentAlignment" Value="Top" />
<Setter Property="VerticalContentAlignment" Value="Stretch" />
<Setter Property="wpf:ExpanderAssist.HeaderBackground" Value="Transparent" />
</Style>
</ResourceDictionary>

0 comments on commit 223e195

Please sign in to comment.