Re: NSTableView drag and drop - re-target drop to entire table?
Re: NSTableView drag and drop - re-target drop to entire table?
- Subject: Re: NSTableView drag and drop - re-target drop to entire table?
- From: Jim Correia <email@hidden>
- Date: Wed, 1 Feb 2006 16:27:30 -0500
On Feb 1, 2006, at 3:44 PM, Jim Correia wrote:
What I'd like to do, however, is re-target it to the entire table
(so the drop feedback is around the inside edge of the table view,
not just one particular row.)
Answering my own question
[tableView setDropRow: -1 dropOperation: NSTableViewDropOn];
appears to do the trick.
This doesn't appear to be documented - it is future proof?
Jim
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden