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.
如何在一个视图中使用两个 NSOutlineview?如果我在一个 NSoutlineview 中使用 rowAtpoint() 方法,我得到了正确的结果,但是在另一个处于同一视图中的 NSoutlineview 上没有给出正确的结果
您可以使用NSSplitView。查看SplitViews 示例代码。