I like to add a custom button in WPF Native Window title bar without editing the style of the Window.
Is it possible? If yes, please share some ideas.
Regards,
Jawahar
I like to add a custom button in WPF Native Window title bar without editing the style of the Window.
Is it possible? If yes, please share some ideas.
Regards,
Jawahar
Mahapps is a UI toolkit for WPF and they make this super easy: mahapps.com
Easy install using NuGet GUI or the Packet Manager console:
PM> Install-Package MahApps.Metro
I was able to do the install and customization in less than half hour with Mahapp.