Re: NSTableView scrollbar not updating
Re: NSTableView scrollbar not updating
- Subject: Re: NSTableView scrollbar not updating
- From: Stéphane Sudre <email@hidden>
- Date: Fri, 7 Mar 2003 17:26:45 +0100
Friday 7 March 2003, ` 04:40 PM, spike a icrit :
I have an NSTableView in my window and when I initialize all of the
items in the list and everything and call setNeedsDisplay, everythign
works fine, but the scrollbar doesn't show and I can't scroll up and
down until I resize the window. Even scrolling with the mouse wheel
doesn't do anything until I resize the window. Any idea why this
happens?
Don't use setNeedsDisplay: but reloadData for a NSTableView.
_______________________________________________
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.