objective c - Cocoa/Obj-C - How to set a disabled NSTextField scrollable? -


I have a NSTextField that is "read only" (not enabled, selectable, and not editable). This field is multi-line, but I would like to scroll it, is it possible?

How can I get it?

Normal work to do this selection, but not editable. When do you want to scroll it out?

Comments