【发布时间】:2010-08-30 22:34:25
【问题描述】:
我想让我的 WPF 应用程序全屏显示。现在开始菜单阻止它覆盖所有内容并将我的应用程序向上移动。这就是我的 MainWindow.xaml 代码:
<Window x:Class="HTA.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
mc:Ignorable="d"
WindowStyle="None" ResizeMode="NoResize"
WindowStartupLocation="CenterScreen"
Width="1024" Height="768">
【问题讨论】: