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

c# - SignalR: "Protocol error: Unknown transport." when navigating to hub -

class - Kivy: how to instantiate a dynamic classes in python -

python - mayavi mapping a discrete colorbar on a surface -