NSOutlineView and NSTreeController example
Asked Answered
D

3

12

Please send me some links on how to use NSOutlineView with NSTreeController bindings without using core data.

Derbent answered 23/7, 2009 at 8:57 Comment(0)
C
9

In addition to the documentation, Apple's sample SourceView project should help you better understand things:

"SourceView" is a Cocoa application that demonstrates how to use NSOutlineView driven by NSTreeController and various other Cocoa classes to produce a Finder-like left column source view. Among the key features used to imitate this commonly used view are the use of NSTableViewSelectionHighlightStyleSourceList, NSViewController, NSCollectionView, and WebView.

Campobello answered 23/7, 2009 at 12:54 Comment(0)
A
4

Here is a useful blog-post, which I wrote, which may prove to be useful: The simplest NSTreeController example

Analcite answered 7/1, 2013 at 15:39 Comment(0)
C
1

You can find a simple example of a NSOutlineView datasource in my response to NSOutlineView example

Crutch answered 22/2, 2012 at 0:8 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.