如何設置WPF應用程序的高度和寬度最大化? 問題我面對的是因爲windows任務欄在不同計算機上的變化高度WPF應用程序最大化問題
目前,我是這樣做的。請提出更好的技術
if (this.WindowState == WindowState.Maximized) { this.Height = primaryScreenHeight - 10 - System.Windows.Forms.SystemInformation.SizingBorderWidth; this.Width = primaryScreenWidth + 2 * System.Windows.Forms.SystemInformation.FrameBorderSize.Width; }
對不起 - 你能解釋一下你的問題好一點嗎 - 我不明白爲什麼正常最大化是不夠的? – 2010-04-29 14:40:32