I have a view-based table with a single row. I want to be able to drag
columns to another table and (within the same table for reordering). For
this, I can't use the standard NSTableView column reordering. I've already
subclassed NSTableHeaderCell for custom drawing.

Does anyone know the steps to allow custom dragging of a table column to
another table? Is this possible? If I was dealing with an NSView subclass,
I think this would be straightforward. I want to show the entire column
(header + row) when dragging. I believe that the dragging implementation
could go in my NSTableHeaderCell subclass, but I'm not sure how to get
started.

Thanks,

Chuck


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to