Re: customizing visual feedback in nstableview
Re: customizing visual feedback in nstableview
- Subject: Re: customizing visual feedback in nstableview
- From: Allan Odgaard <email@hidden>
- Date: Thu, 18 Mar 2004 20:51:22 +0100
On 18. Mar 2004, at 11:11, Francisco Tolmasky wrote:
Is it possible to override the default visual feedback for dropping
objects onto table views? I would like it to become highlighted
instead of drawing a black line inbetween cells, since this does not
make sense with a sorted table view.
You can use setDropRow:dropOperation: to re-target the drop position.
You should then re-target it to where it fits into the sorted list.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.