I have a Page in a WinRT Windows Phone 8.1 application. This RequestedTheme page is set to ElementTheme.Light . The system theme (as set in the system settings) is set to dark.
When I open ListPickerFlyout (using Button.Flyout), the result is as follows:

It seems that the foreground color changes accordingly to black, but the background remains dark (very dark gray).
There is no Background property in the drop-down list, is there a way to make it execute the RequestedTheme page?
source share