so I was playing around with XCode and I was wondering if it was possible scroll an NSTextView horizontally. I know that we can add a horizontal scroller to it through interface builder (or Xcode) but you still can’t scroll horizontally even after adding it so any help would be great. Thanks
Share
have you set the frame/bounds on the scroller? Those both need to be manually set for a scroller to work.