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.
我正在尝试创建一个命令窗口(用户输入文本),并且需要在 NSTextField 上放置一个滚动条,以回顾输入的内容。谢谢
NSTextField通常仅用于一行文本,因此您需要改为使用NSTextView才能NSTextField实现滚动。
NSTextField
NSTextView
NSTextView 参考。