开发者

NSTableView Drag & Drop not working inside of an NSCollectionViewItem

开发者 https://www.devze.com 2023-03-02 15:01 出处:网络
I have a NSCollectionView and inside of the NSCollectionViewItems there is a label and a NSTableView.The NSTableViews are working properly EXCEPT for the drag & drop methods (tableView:writeRowsWi

I have a NSCollectionView and inside of the NSCollectionViewItems there is a label and a NSTableView. The NSTableViews are working properly EXCEPT for the drag & drop methods (tableView:writeRowsWithIndexes:toPasteboard:, tableView:validateDrop:proposedRow:proposedDro开发者_如何学编程pOperation:, and tableView:acceptDrop:row:dropOperation:). I have these working fine in other views, but I am not able to get them working inside of a NSCollectionViewItem. Is there a different trick that needs to be used for drag & drop for a NSTableView inside of a NSCollectionViewItem?

0

精彩评论

暂无评论...
验证码 换一张
取 消