I have a windowless wpf application, whenever I set the window state as maximized it maximizes it on the primary display.
What I would like to do is have it maximize on
I've included this line on my MainWindow (first control) constructor:
Application.Current.MainWindow.WindowState = WindowState.Maximized;