This is a migrated thread and some comments may be shown as answers.

Themes and OpenFile, SaveFile, BrowseFolder and Print dialog

1 Answer 65 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Patrick
Top achievements
Rank 2
Iron
Iron
Iron
Patrick asked on 28 Oct 2013, 07:38 AM
Hello,
in a WPF application, when using a theme, we can use the them for the main application window, the dialog boxes, but not for some system dialogs, such as OpenFile, SaveFile, BrowseFolder and Print. These dialogs keep their Windows look and are not themed.
Thence, the following questions:
  1. Do you have a solution to theme these dialog boxes?
  2. Do you plan to have a solution to theme them?
  3. Do you plan to have replacement dialog boxes for them?
  4. Do we need to make replacement ourselves?
Patrick

1 Answer, 1 is accepted

Sort by
0
Vanya Pavlova
Telerik team
answered on 30 Oct 2013, 09:14 AM
Hello Patrick,

 

These specific dialogs are part of the operating system and they are not supposed to be themed. 
WPF provides the opportunity to manipulate these dialogs using wrapper classes from Microsoft.Win32 namespace, however if you need to completely restyle them it is better to create your own custom dialog with limited functionality. Since this is not a straight-forward task we do not have plans for implementing custom dialogs and theme specific styles. 


Have a great day!


Regards,
Vanya Pavlova
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
General Discussions
Asked by
Patrick
Top achievements
Rank 2
Iron
Iron
Iron
Answers by
Vanya Pavlova
Telerik team
Share this question
or