Drag from NSCollectionView to NSOutlineView
OK, here's is what I want to do :
I have an NSCollectionView filled with items
I have an NSOutlineView (a "tree" structure actually)
I want to be able to drag any item from the NSCollectionView and drop it
on an NSOutlineView item, and depending on what the item is, highlight it,
and "accept" the operation.
Any guidelines? I've handled drag'n'drop in the past, but in a simpler
situation.
How should I go about it in the most Cocoa-friendly way?
No comments:
Post a Comment