Browse Source

Merge pull request #4233 from maxkatz6/feature/fluent-theme-tidy-hide-header

Hide ComboBox Header container
danwalmsley 5 years ago
parent
commit
fe04838257
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/Avalonia.Themes.Fluent/ComboBox.xaml

+ 1 - 0
src/Avalonia.Themes.Fluent/ComboBox.xaml

@@ -50,6 +50,7 @@
                             Grid.Row="0"
                             Grid.Column="0"
                             Grid.ColumnSpan="2"
+                            IsVisible="False"
                             TextBlock.FontWeight="{DynamicResource ComboBoxHeaderThemeFontWeight}"
                             Margin="{DynamicResource ComboBoxTopHeaderMargin}"
                             VerticalAlignment="Top" />