Helloes,
I'm experimenting with migrating from my formerly NSCollectionView-based
drawing to using an NSView-based table-view (as the tableView is conceptually
closer to what I'm displaying
(http://www.maven.de/code/wowplot/example_chains.png).
The NSCollectionView had really nice animation behaviour for inserting and
removing items and well as changing the minimum item size (which I used to
force the collectionView to expand into its scrollView and thus "zoom" into my
content).
I'm not sure how to replicated these animations in an NSTableView when
populating it with bindings, as I cannot call both [arrayController
insertObject:] as well as [tableView insertRowsAtIndexes:withAnimation:].
Is combining the animation properties of an NSView-based NSTableView possible
when using it via Cocoa bindings?
Thanks,
Daniel.
_______________________________________________
Cocoa-dev mailing list ([email protected])
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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com
This email sent to [email protected]