Reordering Table Rows

jazz

Registered
I am sure this is really easy, and I am just not thinking straight, but how do i impliment reordering of column rows in an NSTableView? Do i need to make it drag and drop? If someone could just point me in the direction of some info on this it would be much appreciated.
 
heh. I'll give an example so you understand. If you have a playlist in iTunes, and you want to change to order of the songs, you simply click on the song and drag it to another spot in the order, and iTunes inserts it there. I want to be able to do that in my app. I think it involves drag and drop on the table, but i am not sure.
 
Back
Top