35

I don’t want the user to resize the window so I did ResizeMode="NoResize". But then the minimize button also disappears and only the X button is visible. Is there a way to keep the minimize button?

Bob Kaufman
  • 12,864
  • 16
  • 78
  • 107
theknut
  • 2,533
  • 5
  • 26
  • 41

1 Answers1

47

WPF Windows Overview. ResizeMode="CanMinimize"

Kirill Polishchuk
  • 54,804
  • 11
  • 122
  • 125