我试图将我的窗户尽量扩大,我正在把窗户移走。
但是,在我搬走之后,窗户返回原地面积。
任何想法,我如何能够使其达到最大规模?
<Window x:Class="Monitor.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:Misc="clr-namespace:Monitor.Misc"
Title="Monitor" Icon="Icon.ico" SizeToContent="WidthAndHeight"
mc:Ignorable="d"
MaxHeight="244" MinHeight="224"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
d:DesignHeight="244" d:DesignWidth="553">