自动调整 NSBox 大小
我有 NSBox
,其中有 NSTableView
。我已禁用表中的滚动并尝试自动调整 NSBox 的大小以匹配 NSTableView 中的条目数,但不知道如何...有任何帮助吗?
I have NSBox
with NSTableView
siting inside it. I have disabled the scrolling in the table and trying to auto resize the NSBox to mach the number of entries in NSTableView but don't know how to...any help?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您无法自动执行此操作,您需要编写代码来监视表视图的大小,然后调整框的大小以匹配。
这听起来像是一个奇怪的用户界面,你想实现什么目标?
You can't do this automatically, you will need to write code that monitors the size of the table view and then resizes the box to match.
This sounds like an odd UI, what are you trying to achieve?