Programming
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