WPF: Disable Maximize Button of a Window
by admin on Mar.01, 2012, under Programming
If you want to disable the Maximize button only:
• Set the window property ResizeMode to CanMinimize
If you want to disable the Maximize as well as the Minimize button:
• Set the window property ResizeMode to NoResize
August 7th, 2012 on 10:54
Thank you!
March 2nd, 2017 on 08:10
Wow because this is extremely helpful work! Congrats and keep it up.