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



_______________________________________________
Bug-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to