W widgetman macrumors member Original poster Oct 7, 2004 39 0 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 Jul 24, 2002 25,611 893 Harrogate 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