Re: NSTableView with varying row heights
Re: NSTableView with varying row heights
- Subject: Re: NSTableView with varying row heights
- From: Esteban Uribe <email@hidden>
- Date: Tue, 25 Feb 2003 12:38:22 -0800
Actually, I was looking for something similar a few days ago and came
across
a RowResizableTableView that Evan Jones wrote.
You can get it over at
http://www.eng.uwaterloo.ca/~ejones/software/osx-tableview.html
There are some performace issues if you have a lot of rows, say over
300...
But if you ask nicely Evan might optimize it for your needs or you can
tweak the code yourself.
-Esteban Uribe
On Tuesday, February 25, 2003, at 12:07 PM, jim kitchen wrote:
Mark,
An excellent set of articles written by Dan Wood, were presented in
three
recent MacTech magazines (sept, oct and nov 2002).
Dan Wood has a web page for these examples, located here:
<http://www.gigliwood.com/tabletester/>
Check them out....they are a good source of information.
jim k
On 2/25/03 11:41 AM, "Mark Alldritt" <email@hidden> wrote:
Hi,
I would like to create a table where the height if rows can vary (in
my case
depending on the height of wrapped text within a cell). I don't see
an
obvious way to do this looking at NSTableDataSource or NSTableView.
Do I
have to override all the row geometry methods in NSTableView (e.g.
RectOfRow, etc.)?
Cheers
-Mark
---------------------------------------------------------------------
Mark Alldritt Late Night Software Ltd.
Phone: 250-380-1725 333 Moss Street
FAX: 250-383-3204 Victoria, B.C.
WEB: http://www.latenightsw.com/ CANADA V8V-4M9
_______________________________________________
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.
_______________________________________________
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.
_______________________________________________
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.