NSTableView scrolling problem
NSTableView scrolling problem
- Subject: NSTableView scrolling problem
- From: Justin Milling <email@hidden>
- Date: Wed, 10 Oct 2001 21:14:50 -0500
I am using an NSArray for a datasource to an NSTableView. Everything works
fine except when there are more items in the array than can be displayed at
one time. At this point, I would like the vertical scrollbar to become
active, but it never does. Shouldn't this happen automatically, or is there
something else I should do?
By the way, the numberOfRowsInTableView: method is returning the correct
number of items in my array, so that's not the problem.