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.
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.
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.
Thank you for replying.
I could change the color by overriding theme Brush resources.
Please log in to a validated account to post comments.