How do I prevent resizing my application window?
How can I do that?
How do I prevent resizing my application window?
How can I do that?
You can change the ResizeMode property of the Window object to CanMinimize or NoResize in the xaml or via the designer.