0
我有一個WPF應用程序,它看起來像這樣後突然調整:WPF應用程序幾周
https://drive.google.com/file/d/0B-wl9oJvpFRsUE1QZ3ZwNjVaWTA/edit?usp=sharing
我跟我的幾個客戶安裝了它,它是幾個星期工作正常,但之後,我收到抱怨說,應用程序突然重新調整大小來尋找這樣的:
https://drive.google.com/file/d/0B-wl9oJvpFRscHpSMTBTMmVmZEU/edit?usp=sharing
的窗口標籤具有以下屬性:
<Window x:Class="Blabla.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
StateChanged="Window1_StateChanged" Icon="Ico.ico"
Title="PRAMS Connect" Width="522" SizeToContent="Height" WindowStartupLocation="CenterScreen" ResizeMode="CanMinimize">
如果他們重新安裝應用程序,他們的屏幕恢復到正常大小。
不知道這裏發生了什麼?
謝謝一堆