Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在NSBox里面NSTableView选址。我已禁用表格中的滚动并尝试自动调整 NSBox 的大小以匹配 NSTableView 中的条目数,但不知道如何......有什么帮助吗?
NSBox
NSTableView
您不能自动执行此操作,您需要编写代码来监控表视图的大小,然后调整框的大小以匹配。
这听起来像是一个奇怪的用户界面,你想要实现什么?