We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5a85a3 commit df30f7eCopy full SHA for df30f7e
MaterialDesignThemes.Wpf/Themes/MaterialDesignTheme.ComboBox.xaml
@@ -524,6 +524,7 @@
524
ClassicContentTemplate="{StaticResource PopupContentClassicTemplate}">
525
<ContentControl>
526
<ScrollViewer MaxHeight="{TemplateBinding MaxDropDownHeight}"
527
+ MinHeight="1"
528
Background="{Binding Background, ElementName=PART_Popup}">
529
<ItemsPresenter x:Name="ItemsPresenter" KeyboardNavigation.DirectionalNavigation="Contained" />
530
</ScrollViewer>
0 commit comments