窗口10顶部的奇怪条带(wpf)

时间:2015-09-09 17:45:56

标签: wpf xaml caliburn.micro

我在使用Caliburn micro的项目上有这个xaml:

<Window x:Class="Myproject.MainWindowView"
             xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
             xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
             xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
             xmlns:cal="http://www.caliburnproject.org"
             mc:Ignorable="d" d:DesignHeight="800" d:DesignWidth="1024" WindowStyle="None" Background="Black" >



</Window>

但是当我运行应用程序时,我在窗口顶部有一条白线:

white strip at the top of window

如何删除顶部的行? 我需要一个没有标题栏的窗口,但是应该可以调整大小。

0 个答案:

没有答案