5
votes
2answers
103 views
How to keep the last tree item of NSOutlineView in the most bottom of a Sidebar?
I'd like to have the same behavior of special items as it's done in the Things application. I mean Logbook and Trash items in the bottom part of the Sidebar:
…
0
votes
How to keep the last tree item of NSOutlineView in the most bottom of a Sidebar?
I've decided to hardcode the solution by adding 8 pixels of height for every root item in group style.
So, the code looks like this:
- (CGFloat)outlineView:(NSOutlineView *)ov heigh …
