Re: TableView
Re: TableView
- Subject: Re: TableView
- From: Ron Reuter <email@hidden>
- Date: Mon, 11 Mar 2013 17:28:21 -0500
Not sure if this is what you're looking for, but an NSTableView consists on 1..n NSTableColumn objects.
NSTableColumn has a NSCell you can get through the column's headerCell: method. You can set its Title with setStringValue, and you can use other methods on the cell to format. NSCell has a ton of methods that give you control over the format of the cell.
• Ron
On 11 Mar 2013, at 5:57 AM, Andreas Kiel <email@hidden> wrote:
Hi all,
Does anyone know whether there is simple method to change the appearance of the header of a table view?
Thanks in advance
Andreas
_______________________________________________
Do not post admin requests to the list. They will be ignored.
applescriptobjc-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
applescriptobjc-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >TableView (From: Andreas Kiel <email@hidden>) |