-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME.txt
More file actions
12 lines (7 loc) · 741 Bytes
/
README.txt
File metadata and controls
12 lines (7 loc) · 741 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
MHTreeView
requires:
AppKit/CPOutlineView.j
This is a subclass of CPOutlineView that expands elements towards the top rather than downward. All that I've modified is the code for adding the items to the rows in the table data source, the code for recording the rows in the table source back into the the item, and the direction that the disclosure arrow point when expanded.
As far as I could tell in glancing through the source, it seems all the other features of CPOutlineView are based on the UID of the item and not its row position, so presumably they should all work without modification. If I come across any problems I'll push a fix.
To Use:
Just download MHTreeView to your directory and @import it wherever you want to use it.