Re: How to have table column headers span multiple columns?
Re: How to have table column headers span multiple columns?
- Subject: Re: How to have table column headers span multiple columns?
- From: Hannes Friederich <email@hidden>
- Date: Wed, 18 Jun 2003 15:07:21 +0200
For your first problem, I guess the best way goes throug subclassing
NSTableHeaderView (or maybe NSTableHeaderCell?). As far as I understand the
principle of table views, this class is responsible for drawing the correct
NSTableColumn headers. In your subclass, it shouldn't be any problem to
either
- draw the table column headers without the border grid
- not drawing any table column header cells but drawing a single header cell
in the whole view
I hope that helps
Hannes
_______________________________________________
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.