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

sql - Find last match with latest inserted name in table -

c# - XML serialize base class without knowing derived class -

ios - Invalid IPA: missing embedded provisioning profile. Are you sure this is an ad hoc? -