Skip to content

Commit

Permalink
Set Expander content height to * instead of Auto (#1186)
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobFerdinand authored Aug 11, 2024
1 parent 48dba0b commit 2bd5fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Wpf.Ui/Controls/Expander/Expander.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="Auto" />
<RowDefinition Height="Auto" />
<RowDefinition Height="*" />
</Grid.RowDefinitions>

<!-- Top level controls always visible -->
Expand Down

0 comments on commit 2bd5fea

Please sign in to comment.