Re: Table View Headers Programatically
Re: Table View Headers Programatically
- Subject: Re: Table View Headers Programatically
- From: Daniel Hedrick <email@hidden>
- Date: Wed, 22 Jan 2003 23:04:04 -0600
On Wednesday, January 22, 2003, at 04:58 PM, Clark Mueller wrote:
Is there a way to programatically set the flag for "display column
headers" on a table view/outline view? I haven't been able to figure
out how to duplicate this. I'm laying out the view programatically
(doing it with IB is not an option, for the circumstances I'm dealing
with), and thus need to know how to do everything programatically, but
this is tripping me up...
You might check out this tutorial by Mike Beam on the O'Reilly site:
http://www.macdevcenter.com/pub/a/mac/2001/09/17/cocoa.html
It's done in the context of configurable preferences, but I
believe there is some code in there that programmatically
manages an NSTableView. I'm not sure if this is exactly
what you're looking for, but it might help or point you
in the right direction...
-daniel
_______________________________________________
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.