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通常、1行のテキストにのみ使用されるため、スクロールを実現するにはNSTextView代わりに使用する必要があります。NSTextField
NSTextField
NSTextView
NSTextView リファレンス。