Re: Horizontal NSTableView OR How I learned to Bind NSTableView Columns Instead of Rows
Re: Horizontal NSTableView OR How I learned to Bind NSTableView Columns Instead of Rows
- Subject: Re: Horizontal NSTableView OR How I learned to Bind NSTableView Columns Instead of Rows
- From: "I. Savant" <email@hidden>
- Date: Wed, 26 Apr 2006 10:26:42 -0400
Josh:
NSTableView has a -tableColumns method, but I think the lack of a
corresponding -setTableColumns: is your biggest limiting factor for
doing this purely with bindings.
Post to the list if you find a solution elsewhere - I'm certainly
interested in the subject.
--
I.S.
On Apr 26, 2006, at 10:00 AM, Josh Ferguson wrote:
Hello List,
I've got an bound NSTableView (NSArrayController) that I want to
change
from a traditional vertical layout (1 column x "X" number of rows)
to a
horizontal layout (1 row x "X" number of columns). I want to minimize
the amount of code changes, so I was hoping there might be a way to
re-bind the TableView to make a new column for each entry in my array.
Anyone have any recommendations as to the most efficient way to
accomplish this?
Thanks!
Josh
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40gmail.com
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden