Have set a theme at the application level (Windows11Palette) but no matter how I set the colour variation, when it is set then the windows controls are not visible
I have tried the following:
StyleManager.ApplicationTheme = new Windows11Theme(Windows11Palette.ColorVariation.Dark);
Also:
StyleManager.ApplicationTheme = new Windows11Theme();
Windows11Palette.LoadPreset(Windows11Palette.ColorVariation.Dark);
Without the theme colour, then the controls are visible
I attached a sample solution, where I set a Windows11Theme and use the Windows11Palette.I tested it, and new theme is successfully applied.