WPF - 隐藏窗口的最小化按钮

发布于 2024-11-17 15:16:43 字数 247 浏览 2 评论 0原文

在WPF中,如何隐藏窗口的最小化按钮(仅最小化,而不是最大化...)。

这个论坛中的代码几乎对我有用。该代码的行为是禁用最小化按钮。但是,怎么隐藏呢?

http://forums.silverlight.net/forums/p/222067/532926.aspx

In WPF, how can I hide the minimize button (only the minimize, not also the maximize...) of a window.

The code in this forum almost work for me. The behavior of that code is that it's disabled the minimize button. But, how hide it?

http://forums.silverlight.net/forums/p/222067/532926.aspx

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

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

发布评论

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

评论(2

江湖彼岸 2024-11-24 15:16:43

禁用调整大小属性怎么样?

ResizeMode="NoResize"

How about disabling the resize attribute?

ResizeMode="NoResize"
很酷不放纵 2024-11-24 15:16:43

我认为您必须隐藏默认窗口标题并绘制自己的标题栏。

例如: C# WPF 自定义标题栏教程
使用自定义 Chrome 移动 WPF 窗口< /a>

I think you would have to hide the default window title and draw your own titlebar.

e.g.: C# WPF Custom Title Bar Tutorial
and Moving a WPF Window with Custom Chrome

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