Top "Nsoutlineview" questions

NSOutlineView is a subclass of NSTableView that uses a row-and-column format to display hierarchical data that can be expanded and collapsed, such as directories and files in a file system.

NSOutlineView example

Please, could you give a simple complete example of Cocoa application with NSOutlineView with hierarchical data representation not so ambiguous …

objective-c cocoa nsoutlineview
NSOutlineView and NSTreeController example

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

objective-c cocoa-bindings nsoutlineview nstreecontroller
NSOutlineView - Auto-expand all nodes

I've got an NSOutlineView bound to an NSTreeController (if that makes a difference), and I'd like to expand every node …

cocoa nsoutlineview
Example of how to implement a view-based source list (NSOutlineView) using Cocoa Bindings?

Has anybody found a clear, concise example or guide on how to implement a source list using the view-based NSOutlineView …

macos cocoa cocoa-bindings nsoutlineview
How to select items in NSOutlineView without NSTreeController?

I'm using NSOutlineView without NSTreeController and have implemented my own datasource. What is the best way to select an item? …

cocoa select nsoutlineview
How do i make a simple view-based NSOutlineView?

For learning purposes i would like to convert a cell-based NSOutlineView to a view-based one, basically i would like the …

objective-c cocoa nsoutlineview
NSOutlineView: remove disclosure triangle and indent

I'm using NSOutlineView for a project, and can't seem to figure out two things: How to remove the disclosure triangle …

objective-c cocoa nsoutlineview nstreecontroller
Binding view-based NSOutlineView to Core Data

I'm trying to implement the new view-based OutlineView as a source list in my Mac app. I can't get values …

macos cocoa nstableview osx-lion nsoutlineview
How to customize disclosure cell in view-based NSOutlineView

I'm trying to customize the disclosure arrow appearance in my view-based NSOutlineView. I saw that it's recommended to use - (…

macos cocoa osx-lion nsoutlineview disclosure