In case of manipulating TextViews(NSTextView in NSScrollView) in Cocoa (OS X), when resizing/repositioning the TextView, remember to resize/reposition the associated NSScrollView also. Since they are two different controls, setFrame should be called on both, separately.
No comments:
Post a Comment