What's up with NSTableView?
What's up with NSTableView?
- Subject: What's up with NSTableView?
- From: Dustin Mierau <email@hidden>
- Date: Tue, 22 Jan 2002 00:55:45 -0800
So when my NSTableView first loads, the scrollbars are enabled
allowing me to scroll the content view horizontally and
vertically, enough though there are no cells in the table. Is
this a bug, or do I have to initialize the view somehow? I have
tried calling reloadData in awakeFromNib, that doesn't work. I
am returning 0 for numberOfRowsInTableView:
Thanks,
-dustin