I am developing an application for the Windows Store using the Dark theme, which is great for the main part of the application. However, for the settings popup, I want to match the appearance of the "Permissions" popup, which, as they say, is black on white.
Unfortunately, it is quite difficult to set for each control using a dark theme.
Is there a way to use the "Light" theme by overriding the default application for UserControl, which I use for my settings panel, or is it the only way to do this, to copy all the relevant sections of the theme file for it into UserControl resources?
Cerebrate
source share