Re: NSTableView subclass with column-spanning text?
Re: NSTableView subclass with column-spanning text?
- Subject: Re: NSTableView subclass with column-spanning text?
- From: David Feldman <email@hidden>
- Date: Mon, 20 Sep 2004 09:27:45 -0400
Looks useful, but as you say, not the same thing. Specifically, it
doesn't address the issue of something spanning several (or all)
columns.
My suspicion is that either I have to write a TableView wrapper class
that breaks up the multi-column item and draws it in pieces across
several cells, or write my own table view from scratch (well, from
controls and cells and stuff). But I was hoping there might be an
easier way.
--Dave
On Sep 17, 2004, at 21:37, Scott Stevenson wrote:
On Sep 17, 2004, at 9:44 AM, David Feldman wrote:
I'm looking to implement a subclass of NSTableView in which each row
can have a column-spanning sub-row for longer, row-related text (like
a note of some kind). See attached image. Any thoughts on an
effective way to implement this that takes advantage of as much of
the existing NSTableView code as possible?
It's not quite the same thing, but you want might to take a look at
joar's custom table view:
http://www.joar.com/code/
- Scott
--
Tree House Ideas
http://treehouseideas.com/
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
email@hidden
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden