扩大最大化和移动的窗口

发布于 2024-12-11 05:22:38 字数 677 浏览 0 评论 0原文

我试图将我的窗口扩大到最大,并且我正在移动它。

但在我移动它之后,窗口又恢复到原来的大小。

知道如何使它成为最大尺寸的沙爹吗?

<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">

I have trying to expend my window to maximum and them I am moving it .

But after I moved it , the window returns to it's original size .

Any idea how I can make it satay on it's maximum size ?

<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">

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

毅然前行 2024-12-18 05:22:38

您可以设置窗口的 MinWidthMinHeight 属性,以匹配 MaxWidthMaxHeight 的值>。

You can set set the MinWidth and the MinHeight properties of the window to match the match the values of MaxWidth and MaxHeight.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文