Re: NSTableView and Scrollbars
Re: NSTableView and Scrollbars
- Subject: Re: NSTableView and Scrollbars
- From: David Blanton <email@hidden>
- Date: Wed, 16 Apr 2003 16:58:18 -0600
On 4/16/03 4:28 PM, "Hasan Diwan" <email@hidden> wrote:
>
-----BEGIN PGP SIGNED MESSAGE-----
>
Hash: SHA1
>
>
David:
>
[tableView reloadData];
>
On Wednesday, Apr 16, 2003, at 14:38 US/Pacific, David Blanton wrote:
>
>
> I have an NSTableView with Vertical Scroll Bars (small) selected in IB
>
> attributes. Nine (9) items can been seen in the view. The array of
>
> items
>
> contains 50.
>
>
>
> What do I have to do to get scroll bars to show? Currently there is a
>
> placeholder for the scroll bars but not scrollers appear.
Thanks Hasan!
I was just doing:
[m_excpUsersArray setArray:newUsers];
[m_excpUsersTable setNeedsDisplay:YES];
--
David Blanton
"Cocoa FNG"
_______________________________________________
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.