Re: General can I do this with a table view question
Re: General can I do this with a table view question
- Subject: Re: General can I do this with a table view question
- From: Stéphane Sudre <email@hidden>
- Date: Thu, 2 Oct 2003 19:28:52 +0200
http://www.gigliwood.com/tabletester/
On jeudi, oct 2, 2003, at 18:55 Europe/Paris, Eric Dahlman wrote:
Howdy,
I have some data that I would like to display in a tabular format and
I am just trying to figure out if NSTableView is the right vehicle for
what I am trying to do. Basically I would like to have a bit more
control of the layout of individual rows and cells than in the basic
case, I would like to make something that resembles a spreadsheet in
something like Excel with rows of different heights and potentially
cells with content which extends to the next adjacent cell when it is
too big for the original cell. This last case lets you put a title in
a given row to describe those below it.
Now I looked at the delegate methods for NSTableView and I think that
I may be able to do some of this but I was not positive and I would
like to save myself the grief of figuring it out if someone has some
experience in doing this. So could I do this via
tableView:willDisplayCell:forTableColumn:row: and subclassing
NSTableView to override things like tile. Or am I really asking for
way too much grief and I should just make my own custom view and do my
layout by hand.
Thanks for any advice!
-Eric
_______________________________________________
MacOSX-dev mailing list
email@hidden
http://www.omnigroup.com/mailman/listinfo/macosx-dev
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.