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: Corbin Dunn <email@hidden>
- Date: Thu, 2 Feb 2006 15:59:07 -0800
On Feb 1, 2006, at 1:27 PM, Jim Correia wrote:
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 -
Strange..I thought that was documented. I'll log a bug for that.
it is future proof?
Yes (which you can believe from me).
-corbin
_______________________________________________
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