Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Only show X and minimize button on wpf

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?

like image 622
theknut Avatar asked Jul 03 '11 18:07

theknut


1 Answers

WPF Windows Overview. ResizeMode="CanMinimize"

like image 124
Kirill Polishchuk Avatar answered Oct 10 '22 00:10

Kirill Polishchuk