What is the best way to stop a user from resizing the top-level window of an application written in WPF?
|
|
You will want to use the ResizeMode.NoResize on the window.
|
||
|
|
|
|
A WPF quirk to note is that if ResizeMode="NoResize" and WindowStyle="None" you will lose the chrome around the entirely in Vista Aero. |
||
|
|
