Any idea how I can implement a tree table view开发者_开发知识库 in cocoa like cocoacookies
Thanks!
Use NSOutlineView
. If you want to use bindings, use NSTreeController
as well.
You’ll probably want to read the Outline View Programming Topics document.
Any idea how I can implement a tree table view开发者_开发知识库 in cocoa like cocoacookies
Thanks!
Use NSOutlineView
. If you want to use bindings, use NSTreeController
as well.
You’ll probably want to read the Outline View Programming Topics document.
精彩评论