Scrollers not available in TableView
Scrollers not available in TableView
- Subject: Scrollers not available in TableView
- From: Sanri Parov <email@hidden>
- Date: Tue, 29 Jul 2003 23:53:40 +0200
Hi everybody,
I'm dealing with NSTableView and I don't get a very simple point.
Even if the numbers of the rows are larger than the visible area, no
scroller is available.
I've tried setting the right things in IB, but it doesn't work.
The delegated protocol
- (int)numberOfRowsInTableView:(NSTableView *)aTableView
{
return [result rowCount];
}
is very simple and returns the right number of rows for a specified
table.
Why doesn't the NSTableView show me its scroller?!?
--
Sanri Parov
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.