Re: Recalculating NSTableView row sizes during a live column resize

2009-06-25 Thread Keith Blount
size, but I can't find it anywhere... Perhaps I did imagine it. Thanks again, All the best, Keith --- On Thu, 6/25/09, Kyle Sluder wrote: > From: Kyle Sluder > Subject: Re: Recalculating NSTableView row sizes during a live column resize > To: "Keith Blount" > Cc: cocoa-de

Re: Recalculating NSTableView row sizes during a live column resize

2009-06-25 Thread Kyle Sluder
On Thu, Jun 25, 2009 at 11:10 AM, Keith Blount wrote: > ...Except. Only the columns that are getting resized (the column the user is > dragging and the last auto-sized column in this case) get drawn correctly > with the new heights. All of the columns in-between - the columns whose > widths *are

Recalculating NSTableView row sizes during a live column resize

2009-06-25 Thread Keith Blount
Hello, I have a table view that has variable row heights based on the text in one of the columns. These row heights get recalculated at various times, and for the most part, all is good. Right now I'm trying to refine things a little, though, and one of the things that has always bugged me sli