Swatto

Swatto

  • NA
  • 23
  • 10.5k

WPF - Remove ControlBox from Window

Mar 5 2015 6:51 AM
Hello all,
 
I would like to be able to remove the ControlBox in the top-left corner of the Window using either XAML or C# - the border style is not an option as I would like to keep the maximize, minimize and close buttons on the right-corner of titlebar.
 
Please could someone point me in the right direction about how to do this? I would like to remove just the controlbox and leave everything else as is, in WinForms I could just do:
 
ControlBox = False;
 
Thanks, 

Answers (5)