Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.

Latest commit

 

History

History

outlineview

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
id title
7622F708-B6FC-4ABE-9E97-85ABC8002A1A
Outline View

NSOutlineView derives from NSTableView and adds functionality to render hierarchal data, as opposed to just grids. Out of the box, it provides indenting and expansion/collapse functionality, as well as item selection, etc.

Working with the outline view is very similar to using a table view, except for the fact that it has child-node functionality, due to it's hierarchal nature.