Version: 1.0

Posted: 2009-05-26

Build Requirements: Xcode 3.2 or later, Mac OS X v10.6 or later

Runtime Requirements: Mac OS X v10.6 or later

View Source Code:

Download Sample Code (“DragNDropOutlineView.zip”, 103.9K)



Description

DragNDropOutlineView is a little application that shows how to implement drag and drop in a NSOutlineView. The application presents some heirarchical data with some fabricated icons. Users are allowed to edit cells, add groups and leafs, and can drag any of the rows around to reorder elements of the outline view.

Document Revision History

Date Notes
2009-05-26Small application that illustrates how to implement drag and drop in an outline view.