1

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

WPF Lover
  • 81
  • 1
  • 8
  • 1
    You can make your own Title Bar and not use the standard window outline/style. This describes it pretty well http://cloudstore.blogspot.com/2008/06/moving-wpf-window-with-windowstyle-of.html – kenny Jan 26 '12 at 02:40
  • Pretty much a duplicate: http://stackoverflow.com/questions/6116553/adding-button-to-titlebar-like-firefox-4-in-vb-net-wpf-or-winforms-on-xp-or – H.B. Jan 26 '12 at 02:43

1 Answers1

1

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.

PostureOfLearning
  • 3,481
  • 3
  • 27
  • 44