禁用窗口拉伸 Cocoa?

发布于 2024-12-09 05:50:35 字数 67 浏览 2 评论 0原文

如何禁用右下角窗口的拉伸?我将不得不处理自动调整大小和所有这些东西,如果我只是不允许用户拉伸窗口大小,那么这是不必要的。

How do I disable the stretching of the window at the bottom right? I would have to deal with auto-sizing and all that stuff, which would be unnecessary if I simply didn't allow the user to stretch the window size.

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

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

发布评论

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

评论(2

美人迟暮 2024-12-16 05:50:35

首先,您应该将最大宽度/高度设置为等于IB中的最小宽度/高度:

在此处输入图像描述

然后您可以通过取消选中 IB 中的“调整大小”来禁用调整大小控制:

在此处输入图像描述

First you should set the maximum width/height equal to the minimum width/height in IB:

enter image description here

Then you can disable the resize control by unchecking "Resize" in IB:

enter image description here

白鸥掠海 2024-12-16 05:50:35

在 Interface Builder 中选择窗口,然后取消选中 Attributes Inspector 面板中的“Resize”复选框

Select the window in Interface Builder and uncheck the "Resize" checkbox in the Attributes Inspector panel

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