mahapps metrowindow调整大小问题

时间:2016-09-02 09:19:24

标签: c# wpf xaml mahapps.metro

我创建了具有此类参数的MahApp $height = $('#menu li.active ul') != null ? $('#menu li.active ul').height() : 0;

MetroWindow

这是一个全屏窗口,始终位于顶部。当我关闭显示器然后打开它时,此窗口会缩小并且永远不会返回到先前的大小,直到重新启动。这个问题的根源是什么?什么是可能的解决方案?

1 个答案:

答案 0 :(得分:0)

我无法重现此问题,但我建议您在没有

的情况下尝试
Height="1080" 
Width="1920" 

替换
Height="{Binding SystemParameters.PrimaryScreenHeight}" 
Width="{Binding SystemParameters.PrimaryScreenWidth}"