Re: supress calling objectValueForTableColumn

2009-01-13 Thread David Blanton
I just added if([aTableView inLiveResize]) return nil; in the objectValueForTableColumn call table blank but the resize is quick and the table refreshes quick I guess I should oride preservescontentduringresize On Jan 13, 2009, at 4:00 PM, David Blanton wrote: I programaticall

supress calling objectValueForTableColumn

2009-01-13 Thread David Blanton
I programatically add the enclosing scroll view of a table view to a scroll view that is the upper portion of a vertical split view. I would like to supress the calling of objectValueForTableColumn whne resizing the split view so it functions smoothly. Is this possible? David Blanton