c# - How can I maximize a WPF page when the application starts? -


I have a simple WPF application with two xaml pages. I should open the app with the maximum size of the screen I have only received answers about WPF windows, but there is no "WindowState" property for the page.

Thanks a lot! Just define in your XML window definition:

  Windows startup location = "center screen" windowstate = "max" 


Comments

Popular posts from this blog

winforms - C# Form - Property Change -

javascript - amcharts makechart not working -

java - Algorithm negotiation fail SSH in Jenkins -