theknut
theknut

Reputation: 2553

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?

Upvotes: 35

Views: 25370

Answers (1)

Kirill Polishchuk
Kirill Polishchuk

Reputation: 56172

WPF Windows Overview. ResizeMode="CanMinimize"

Upvotes: 47

Related Questions