views:

17

answers:

1

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!

Any clarification please don't hesitate to ask!

Thanks Alot!

+1  A: 

See NSTableView's -scrollRowToVisible:.

Joshua Nozzi
you are a star, do not know how I missed it, thank you for the quick reply!
James Hartt
:-) Don't forget to tip your waitress (by voting/marking as answered) if it worked for you.
Joshua Nozzi
yeah, the method worked just fine, just need to get my index variable in correctly, which is turning out to be the issue now...!
James Hartt