Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have NSTextView at the bottom of the screen. Since screen is very large, on view load NSTextView will be invisible. I need to scroll to the bottom inside NSTextView. Methods like [textview scrollPoint:NSMakePoint(0, [[textview textStorage] length])] and [textview scrollToEndOfDocument:nil]; works only if NSTextView is visible in the screen.

Anyone please confirm that NSTextView should be visible for above methods to work?

Regards, Sach

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.