Horizontal NSTableView OR How I learned to Bind NSTableView Columns Instead of Rows
Horizontal NSTableView OR How I learned to Bind NSTableView Columns Instead of Rows
- Subject: Horizontal NSTableView OR How I learned to Bind NSTableView Columns Instead of Rows
- From: "Josh Ferguson" <email@hidden>
- Date: Wed, 26 Apr 2006 09:00:23 -0500
- Thread-topic: Horizontal NSTableView OR How I learned to Bind NSTableView Columns Instead of Rows
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:
This email sent to email@hidden