禁用窗口拉伸 Cocoa?
如何禁用右下角窗口的拉伸?我将不得不处理自动调整大小和所有这些东西,如果我只是不允许用户拉伸窗口大小,那么这是不必要的。
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
首先,您应该将最大宽度/高度设置为等于IB中的最小宽度/高度:
然后您可以通过取消选中 IB 中的“调整大小”来禁用调整大小控制:
First you should set the maximum width/height equal to the minimum width/height in IB:
Then you can disable the resize control by unchecking "Resize" in IB:
在 Interface Builder 中选择窗口,然后取消选中 Attributes Inspector 面板中的“Resize”复选框
Select the window in Interface Builder and uncheck the "Resize" checkbox in the Attributes Inspector panel