Re: Customizing the drop highlight on a NSTableView
Re: Customizing the drop highlight on a NSTableView
- Subject: Re: Customizing the drop highlight on a NSTableView
- From: Quincey Morris <email@hidden>
- Date: Wed, 02 Mar 2011 13:54:25 -0800
On Mar 2, 2011, at 13:04, Eric Gorr wrote:
> I am using the 10.5 SDK, so don't have access to -setDraggingDestinationFeedbackStyle:
>
> What are my options for customizing the drop highlighting for a NSTableView?
>
> The highlighting I want is for it to draw the drop indicator between rows and to never highlight an entire row. If this is possible under the 10.5 SDK, I would be interested in being pointed to it.
If you return 'NSTableViewDropAbove' from the 'tableView:validateDrop:proposedRow:proposedDropOperation:' on 10.5, I don't think it will ever highlight a row. Isn't that what you want?
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden