How do I restrict my WPF window to only permit the maximize and minimize functions. In my application, users should not be allowed to Resize the window.
I changed my WPF window properties as per below:
Window State: Maximize
Resize Mode: NoResize
When I run my application window open in maximize view, but when I double click on the window border it Resizes. Is it possible to restrict this behavior?