Qiulang
Qiulang

Reputation: 12445

How do I implement a tree table view in cocoa

Any idea how I can implement a tree table view in cocoa like cocoacookies

Thanks!

Upvotes: 1

Views: 3052

Answers (1)

user557219
user557219

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

Related Questions