Reputation: 2553
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?
ResizeMode="NoResize"
X
Upvotes: 35
Views: 25370
Reputation: 56172
WPF Windows Overview. ResizeMode="CanMinimize"
ResizeMode="CanMinimize"
Upvotes: 47