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 can also do it at run time as follows :
HomePage.WindowState = WindowState.Maximized;