I am having trouble figuring out how to display some data in a Cocoa application. Basically, I have 10-20 'records' that I would like to display in a scrolling interface. Each record contains 6 or 7 fields of information and takes up 3-4 lines. The records are not editable and double-clicking on any part of a record should open a new window.
Should my strategy be to put 1 column of NSCells in an NSMatrix with mulitple text fields in each cell? Any recommendations on implementing such a strategy?
thanks,
kman