Search code examples
swiftxcodecocoansoutlineview

Remove border around NSOutlineView


When I add a NSOutlineView to my NSWindow, it has a visible border around it although I set a constraint to 0 spacing.

enter image description here

How can I remove this border? (I assume that it can be removed as in Finder for example this border does not exist)

Thanks!


Solution

  • What I’ve done in the past is just set the constraints to -1.