You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I made a custom combo box style where the border wraps around the header as well as combobox content itself., it was working fine as expected and header was showing up fine, but then I opened "Fluent xaml theme editor" (uwp theme generator from store) and left it on default and exported the theme into my "app.xaml" and now header has disappeared. Below is the link to reproduce the issue, just open the project and run it and u will see on both light and dark theme there is no header on the combobox.
reproduce issue project : https://github.com/touseefbsb/ComboBoxThemeIssue
min target : 1803
target sdk : 1809/1903 ( 1809 shows header only in dark theme, 1903 doesnt show header in both themes )
on further investigation I found out that removing "AltMediumLow" from colorpelleteResources tag fixes the issue but that very odd because that shouldnt be removed as it is part of the default generated theme by fluent theme editor.
The 'default' theme that the editor generates is a recreation of our default theme from generic.xaml. It looks like it's miss-generating some pieces. I'll look into it.
So I made a custom combo box style where the border wraps around the header as well as combobox content itself., it was working fine as expected and header was showing up fine, but then I opened "Fluent xaml theme editor" (uwp theme generator from store) and left it on default and exported the theme into my "app.xaml" and now header has disappeared. Below is the link to reproduce the issue, just open the project and run it and u will see on both light and dark theme there is no header on the combobox.
reproduce issue project : https://github.com/touseefbsb/ComboBoxThemeIssue
min target : 1803
target sdk : 1809/1903 ( 1809 shows header only in dark theme, 1903 doesnt show header in both themes )
Output
Code
MainPage
App.xaml
The text was updated successfully, but these errors were encountered: