Support for Windows theme?

Docking/MDI for WPF Forum

Posted 8 years ago by eric
Version: 16.1.0633
Platform: .NET 4.5
Environment: Windows 10 (64-bit)
Avatar

Hi,

i may not be configuring the control properly but it seems like the Docking control (and all actipro controls) are not supporting the window's themes properly.

For example if i go in: Control Panel\All Control Panel Items\Personalization and change the theme to a 'High Contrast #1' the UI doesn't reflect the theme properly like in any other applications.

All our applications not using the docking control is behaving properly except the one that uses this control.

Is there anything special to do to support window's theme?

Thanks

Comments (3)

Posted 8 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hi Eric,

For our HighContrast theme, you need to activate this line manually when your app detects a system high-contrast activation and you wish for it to be active in your app too:

ThemeManager.CurrentTheme = ThemeName.HighContrast.ToString();


Actipro Software Support

Posted 8 years ago by eric
Avatar

I will try that, thank you.

Would there be a way for future version to have this automatic (as an option) and have it to listen the OS theme?

Posted 8 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hi Eric,

We can write down the suggestion, thanks.


Actipro Software Support

The latest build of this product (v24.1.1) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.