Search Results

2
votes
3answers
224 views

How to display indeterminate NSProgressIndicator in the NSOutlineView?

I need to display a progress of loading of item's children. Please advise how to implement a progress indicator like it's done in Mail application: …
5
votes
2answers
89 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 …