Reputation: 12445
Any idea how I can implement a tree table view in cocoa like cocoacookies
Thanks!
Upvotes: 1
Views: 3052
Reputation:
Use NSOutlineView
. If you want to use bindings, use NSTreeController
as well.
You’ll probably want to read the Outline View Programming Topics document.
Upvotes: 2