Merge pull request #400 from MakesYT/expander

修改Expander默认内容为占满宽度
This commit is contained in:
Dong Bin 2024-08-08 16:03:42 +08:00 committed by GitHub
commit a81dcb20c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,7 @@
<Setter Property="Expander.BorderBrush" Value="{DynamicResource ExpanderSeparatorBorderBrush}" /> <Setter Property="Expander.BorderBrush" Value="{DynamicResource ExpanderSeparatorBorderBrush}" />
<Setter Property="Expander.CornerRadius" Value="{DynamicResource ControlCornerRadius}" /> <Setter Property="Expander.CornerRadius" Value="{DynamicResource ControlCornerRadius}" />
<Setter Property="Expander.HorizontalAlignment" Value="Stretch" /> <Setter Property="Expander.HorizontalAlignment" Value="Stretch" />
<Setter Property="Expander.HorizontalContentAlignment" Value="Left" /> <Setter Property="Expander.HorizontalContentAlignment" Value="Stretch" />
<Setter Property="Expander.VerticalContentAlignment" Value="Stretch" /> <Setter Property="Expander.VerticalContentAlignment" Value="Stretch" />
<Setter Property="Expander.Template"> <Setter Property="Expander.Template">
<ControlTemplate TargetType="Expander"> <ControlTemplate TargetType="Expander">