|
From: | Rob Burns |
Subject: | tableView redrawing |
Date: | Mon, 01 Aug 2005 09:59:56 -0700 |
historyView is an NSTableView in a gorm file. I have [historyView setAutoresizesAllColumnsToFit: YES]; [historyView setNeedsDisplay: YES];in awakeFromNib. If I comment the second line out, the columns will not be resized until I resize the window. Meaning, that you have to manually set the columms to the perfect size in gorm in order to have the table look correct when the window is first displayed. Is that a bug or a feature?
Thanks Rob
[Prev in Thread] | Current Thread | [Next in Thread] |