I would like to make my WPF application fullscreen. Right now the start menu prevents it from covering everything and shifts my application up. This is what I have for my Ma
You're probably missing the WindowState="Maximized", try the following:
WindowState="Maximized"