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.
有没有一种简单的方法可以将滚动添加到 NSwindow 的内容中?例如在此窗口上横向滚动以显示更多空间?
这很容易使用NSScrollView. 在 Interface Builder 中,只需将滚动视图拖到您的窗口中。然后你可以在NSScrollView's 视图中嵌入任何你想要的内容。在 Interface Builder 的滚动视图的属性检查器中,您可以设置是否需要水平和/或垂直滚动条。
NSScrollView