@Cocoa Novice, @Qwerty Denzel: NSTableView, thankfully, makes this pretty easy. There's a -scrollRowToVisible: method, so all you need to do is get the current selection index and scroll to it.
You could probably do this in the -splitViewDidResizeSubviews: method that Qwerty Denzel mentions.
by Scott Stevenson — Sep 30
You could probably do this in the -splitViewDidResizeSubviews: method that Qwerty Denzel mentions.