no scroll bars (NSTableView)
no scroll bars (NSTableView)
- Subject: no scroll bars (NSTableView)
- From: Martin Batholdy <email@hidden>
- Date: Tue, 9 Jun 2009 03:57:00 +0200
hi,
I have set up a NSTableView in the Interface Builder.
I have connected this with a NSObject Outlet.
And I have set the data source of the NSTableView to the NSObject.
The problem I have is that there don't appear any scroll bars even
when the content doesn't fit.
I have a method called "delete" which deletes the selected entry when
a button is pressed.
In this method there is a [TableOutlet reloadData]; call.
After deleting an entry there are appearing at least vertical
scrollbars.
I tried to add the reloadData call to the init call.
I also tried noteNumberOfRowsChanged like suggested in some forum
postings I found ...
But nothing happens.
Can someone help me on this issue?
Thanks!
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden