Dragging custom NSCells in NSOutlineView
Dragging custom NSCells in NSOutlineView
- Subject: Dragging custom NSCells in NSOutlineView
- From: Pete Yandell <email@hidden>
- Date: Wed, 28 May 2003 18:47:17 +1000
I have a custom NSCell subclass that I use for drawing a column in an
NSOutlineView. When I try to drag items in the outline view starting
the drag on that column, I get selection behaviour rather than
dragging. Starting my drag in the other columns works just fine.
Is there something special I need to do in my cell to support dragging
in outline views? Currently the only method I'm implementing is
drawWithFrame:inView:
Pete Yandell
http://pete.yandell.com/
_______________________________________________
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.