How change title bar color of tool window?

Docking/MDI for WPF Forum

Posted 2 years ago by Yuki
Version: 22.1.1
Avatar

Hello,

How change title bar color of tool window? (default blue area)

Though I set "TabTintColor" of tool window, it only affected tab color during auto hide.

Comments (2)

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

Hello,

The tool window title bar uses the AssetResourceKeys.WindowTitleBarBackgroundInactiveBrushKey and WindowTitleBarBackgroundActiveBrushKey theme Brush resources, which are used for all tool windows.   You can override those brushes in your Application.Resources but you cannot change the title bar color for a specific tool window, if that's what you're after.


Actipro Software Support

Posted 2 years ago by Yuki
Avatar

Thank you for replying.

I could change the color by overriding theme Brush resources.

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.