Turning NSTableView on it's side
Turning NSTableView on it's side
- Subject: Turning NSTableView on it's side
- From: Ron Aldrich <email@hidden>
- Date: Wed, 9 Aug 2006 13:57:21 -0700
Folks,
I working on porting one of our older classic apps to cocoa, and I
need a control which looks like the old, classic tabbed view (folder
tabs, left justified). The tabs don't actually control which view is
displayed, but rather are used to control a master-detail interface.
I've prototyped the application using an NSTableView (bound to an
NSArrayController) in that control's place, and while it works as
expected, it is vertically, rather than horizontally oriented.
Is there a way to change NSTableView's orientation? Or should I be
basing this on some other class?
I chose NSTableView simply because that's what the Master-Detail
interface sample code uses, and it has the right bindings available.
Thanks,
Ron Aldrich
Software Architects, Inc.
_______________________________________________
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