How can I set blue background for every second row in NSOutlineView, like it does Finder.app?
NSOutlineView
is a subclass of NSTableView
and thus inherits the method setUsesAlternatingRowBackgroundColors:
If you send a YES to it, you get alternating background colors.