NSTableView scrollbar weirdness
NSTableView scrollbar weirdness
- Subject: NSTableView scrollbar weirdness
- From: Dustin Mierau <email@hidden>
- Date: Wed, 16 Jan 2002 18:45:16 -0800
Anyone notice how the scrollbars of an NSTableView are enabled
sometimes when there are no cells to scroll? Is this a bug in
NSTableView? Is there a way around it? I have tried calling
reloadData and noteNumberOfRowsChanged in awakeFromNib. The
value I return in numberOfRowsInTableView is 0.
-dustin