Dipak
Dipak

Reputation: 1259

Change title bar color of window in WPF.

I new for WPF application. My requirement is to change the color of the title bar to blue color. I search a lot for the same thing but I failed to find out the way to achieve it. Thanks.

Upvotes: 0

Views: 10953

Answers (2)

Kelly
Kelly

Reputation: 7183

You need to use your own custom chrome. Can use community projects like MahApps.Metro to help you with this.

Upvotes: 0

Gareth
Gareth

Reputation: 911

You need to set the WindowStyle="None" and then build your own window as this question How to create custom window chrome in wpf? suggests.

Upvotes: 4

Related Questions