resizing table view programmatically

2009-06-25 Thread Daniel Child
I would like to resize a table view programmatically. I will be resizing based on the number of rows (which I know in advance), given a fixed row height which I set myself. I tried resizing the window's contentView and that did not work. I know that a window, a scroll view, and a clip view

Re: resizing table view programmatically

2009-06-25 Thread Keary Suska
On Jun 25, 2009, at 9:47 AM, Daniel Child wrote: I would like to resize a table view programmatically. I will be resizing based on the number of rows (which I know in advance), given a fixed row height which I set myself. I tried resizing the window's contentView and that did not work. I