After every group item (collapsible item) in an NSOutlineView, I need a horizontal line, as a separator. 开发者_如何学JAVAHow do I do this?
I am doing it using an NSAttributedString consisting purely of blank space and underlining it. Inelegant, but it works.
精彩评论