Re: Tall Table Column Headers?
Re: Tall Table Column Headers?
- Subject: Re: Tall Table Column Headers?
- From: Ryan Stevens <email@hidden>
- Date: Wed, 20 Oct 2004 20:41:58 -0700
If it was me, I'd try something like this first...
[yourTableView setHeaderView:yourHeaderView];
Your NSTableHeaderView subclass would implement -
(NSRect)headerRectOfColumn:(int)columnIndex to return a taller rect
based on super's implementation.
On Oct 20, 2004, at 7:48 PM, Keith Renz wrote:
I need a table view with "tall" column headers, tall enough for 2 rows
of text. From the docs, it looks like I need to subclass
NSTableHeaderCell. My concern is that my subclass should look like the
standard header, just taller. Can someone point me in the right
direction?
Thanks,
Keith
_______________________________________________
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