Archives
-
Disabling Minimize and Maximize buttons in a WPF Window
In WPF there is no possibility to control when the Minimize and Maximize buttons are disabled when the WindowStyle is SingleBorderWindow or ThreeDBorderWindow. In Windows Forms there are some properties like ControlBox, MinimizeBox and MaximizeBox that allow to do that.