NSScrollview DocumentView AutoresizingMask
在我的 NSScrollView 中,我将文档视图设置为 NSView。但是内容始终位于滚动视图的左下角,我尝试设置 NSView 的 AutoresizingMask 但没有锁定。问:如何在 NSScrollview 文档视图中设置 AutoresizingMask?
In my NSScrollView, I'm setting the document view to an NSView. However the content is always in the bottom left of the scrollview, I have tried setting the NSView's AutoresizingMask but no lock. Q: How can I set an AutoresizingMask in a NSScrollview Document view?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我遇到了同样的问题。我就是这样解决的。
I ran into the same problem. This is how I solved it.