You want to get a clip view in the NSOutlineView scroll box:
NSClipView * clipView = [[outlineView enclosingScrollView] contentView];
... and set it to -setPostsFrameChangedNotifications: YES. Listen to NSViewFrameDidChangeNotification from this view and respond accordingly.
: . -contentView: , . -contentView: NSClipView, -documentView: .