Hi,
I need to enable the following on my application (C# WPF application): 1) Have normal size of 1024*768 2) The user can maximize the application 3) The user can minimize the application 4) The user can restore the application (1024*768) 5) The user cannot manually resize the application by draging its border.
There isn't any ResizeMode the fulfills all of those requirements. Is there any way to do do?