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
Post a Comment