Re: NSTableView header cell size
Re: NSTableView header cell size
- Subject: Re: NSTableView header cell size
- From: Vince DeMarco <email@hidden>
- Date: Mon, 15 Jul 2002 17:51:00 -0700
On Sunday, July 14, 2002, at 10:27 AM, Matt Majka wrote:
This seems like it would be simple to find, but I have had
no luck in the docs or the archives. I have an NSTableView
and some of the column header titles are longer than the
width of the header cell. I have set the cell to wrap text
that doesn't fit, but now I would like to make all of the
header cells double height. Am I missing something completely
obvious or is there not a way to do this without subclassing?
You can't do this unless you draw the tableheader yourself too. Its a
fixed height. I think its 14 pixels heigh.
vince
_______________________________________________
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.