Re: Multiple Line Header in TableView?
Re: Multiple Line Header in TableView?
- Subject: Re: Multiple Line Header in TableView?
- From: Fritz Anderson <email@hidden>
- Date: Mon, 3 May 2004 10:52:06 -0500
The problem is doubtless that the table system assumes single-line
headers. You'll probably have to do it yourself by subclassing
NSTableHeaderCell, probably NSTableHeaderView, and possibly
NSTableView, if it doesn't automatically look at the size of the header
view when laying itself out.
-- F
On 1 May 2004, at 9:43 AM, Mark Munz wrote:
How do I show a multi-line header in an NSTableView?
I've tried calling SetWrap: on the headerCell of the table, but that
doesn't seem to do anything and I haven't found anything else in the
archives.
_______________________________________________
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.