WPF Metro Window full screen

后端 未结 2 1537
渐次进展
渐次进展 2020-12-30 09:47

I\'m currently working on a WPF application and I don\'t find how to make my application in full screen. I am using MahApps.Metro so my mainwindow\'s type is Controls.MetroW

2条回答
  •  时光取名叫无心
    2020-12-30 10:39

    with the latest alpha version you have two different ways to get this:

    first

    
    

    second

    
    

    with the second solution you have also no titlebar, no min, max, close buttons

提交回复
热议问题