How can I make my application run only with the window maximized?
I am working on a project where I need the window to always be maximized or else the interior designs begin to clump together (please do not comment on the formatting of this app). I understand how to easy it is to set the WindowState to "Maximized" but I need to get rid of the users ability to re-size the application (except the fully minimized option).