Re: Programatically hiding Tablview column headers?
Re: Programatically hiding Tablview column headers?
- Subject: Re: Programatically hiding Tablview column headers?
- From: Vince DeMarco <email@hidden>
- Date: Mon, 17 Mar 2003 09:29:36 -0800
On Monday, March 17, 2003, at 08:47 AM, Ryan Stevens wrote:
I know it's really simple to hide the headers with IB but I can't seem
to do it programatically. Any pointers?
I must be missing something obvious because I've been back and forth
over the docs a dozen times (not to mention searching for hours on
end). And no, giving up and using IB is not an option! ;-)
IB is just calling
- (void)setHeaderView:(NSTableHeaderView *)headerView;
with headerView set to nil.
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.