Make WPF Application Fullscreen (Cover startmenu)

前端 未结 6 726
故里飘歌
故里飘歌 2020-12-23 13:12

I would like to make my WPF application fullscreen. Right now the start menu prevents it from covering everything and shifts my application up. This is what I have for my Ma

6条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-23 13:44

    You're probably missing the WindowState="Maximized", try the following:

    
    

提交回复
热议问题