How to make NSTableView scroll to most recently added row?

Viewed 12155

I'm dynamically adding rows to an NSTableView. When I issue [table reloadData] I can see the scroll view move and if I move it by hand I can see the new value on the table. But how can I scroll it automatically?

4 Answers
Related