Re: NSTableView scrollbars
Re: NSTableView scrollbars
- Subject: Re: NSTableView scrollbars
- From: Greg Hamilton <email@hidden>
- Date: Fri, 22 Aug 2003 14:58:45 +1000
It seems the answer to my question is RTFM.
After adding or deleting items from the NSTableView I was doing this:
[tableView setNeedsDisplay];
when I should have been doing this:
[tableView reloadData];
Works better than a bought one now.
Greg
On Friday, August 22, 2003, at 09:25 AM, Greg Hamilton wrote:
I have an NSTableView which is configured to display a single column
of data. The vertical scroll bar is enabled but when the number of
rows exceeds the displayable size the scroll bar doesn't appear. I'm
sure I've seen this problem before but I can't remember what I did to
fix it.
Greg
_______________________________________________
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.
_______________________________________________
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.