Re: Rotating an NSTableView.

2008-05-02 Thread Michael Nickerson
On May 1, 2008, at 8:27 AM, Peter Hudson wrote: I have an NSTable View inside an NSSplitView. I rotate the table view by sending rotateByAngle:270 to the enclosing scroll view. The table lands up exactly as I want it with vertical rows. The problem is that when I resize the split view

Re: Rotating an NSTableView.

2008-05-01 Thread Corbin Dunn
On May 1, 2008, at 8:27 AM, Peter Hudson wrote: I have an NSTable View inside an NSSplitView. I rotate the table view by sending rotateByAngle:270 to the enclosing scroll view. The table lands up exactly as I want it with vertical rows. That's cool! The problem is that when I resize

Rotating an NSTableView.

2008-05-01 Thread Peter Hudson
I have an NSTable View inside an NSSplitView. I rotate the table view by sending rotateByAngle:270 to the enclosing scroll view. The table lands up exactly as I want it with vertical rows. The problem is that when I resize the split view the NSTableView does not change size to fit the spl