chore: stretch the combo box.

This commit is contained in:
Zhang Dian
2026-04-15 01:28:27 +08:00
parent d1b862ef85
commit e0d7a46e50

View File

@@ -61,6 +61,7 @@
<TextBlock Text="Modal Transition" FontWeight="SemiBold" FontSize="14" />
<ComboBox Name="TransitionCombo"
SelectedIndex="0"
HorizontalAlignment="Stretch"
SelectionChanged="OnTransitionChanged">
<ComboBoxItem Content="Slide from Bottom" />
<ComboBoxItem Content="CrossFade" />