W widgetman macrumors member Original poster Jan 3, 2005 #1 I have a textview that i want to scroll horizontaly as well as vertically, but i cant seem to find anywhere to change it. Can it be done from cocoa? i am missing something in interface builder?
I have a textview that i want to scroll horizontaly as well as vertically, but i cant seem to find anywhere to change it. Can it be done from cocoa? i am missing something in interface builder?
robbieduncan Moderator emeritus Jan 5, 2005 #2 You cannot set it directly in IB. You need to do it in your code (awakeFromNib is probably a good place). Example Code
You cannot set it directly in IB. You need to do it in your code (awakeFromNib is probably a good place). Example Code