0

Ok, so I am creating an iTunes overlay for a client. My question is, with a given index, how am I able to move the displayed cells/cells in a row to a specific entry in the table view, programatically.

In other words, replicating iTunes when you are on a playlist it jumps in its table view to the next song if the table view (strictly the playlist) has enough entries in it to warrant this jump!

Justin Boo
  • 10,132
  • 8
  • 50
  • 71

1 Answers1

1

See NSTableView's -scrollRowToVisible:.

Joshua Nozzi
  • 60,946
  • 14
  • 140
  • 135