views:

14

answers:

0

Hey guys,

I’m writing a document-based Cocoa application with a custom view that does the whole presentation of the document to the user. I finally got scrolling to work, and it feels great.

When I open a previously saved document, though, the scrollers remain blank and useless until I resize the window — even if the document view’s frame is larger than the scroll view's. How can I wake the scrollers up?