locked
WinRT UI Controls - background RRS feed

  • Question

  • Hello.

    Is it possible to change UI Controls (like FilePicker) default background color? (or set an image as a background)

    Wednesday, February 20, 2013 5:47 PM

Answers

  • No, there's not an API for changing it. System-provided UI like the file picker, message dialogs, credential picker, and so forth are styled according to the user's preferences. I believe this reinforces for users the idea that such UI behaves in the same way across all apps, and that they don't have to look for subtle variations.

    The one exception in the pickers, at least, is that if you choose an app like the Camera through the picker, you do see the styling from that app.

    Kraig

    Author, Programming Windows 8 Apps with HTML, CSS, and JavaScript, a free ebook from Microsoft Press


    • Marked as answer by fex_ Wednesday, February 20, 2013 8:21 PM
    Wednesday, February 20, 2013 6:37 PM