NSTableView get rid blank space separating columns
Posted
by Matt S.
on Stack Overflow
See other posts from Stack Overflow
or by Matt S.
Published on 2010-06-13T15:40:54Z
Indexed on
2010/06/14
0:42 UTC
Read the original article
Hit count: 533
I have an NSTableView with 4 columns. I also have a custom background color for each row. The only problem is I have these ugly white spaces where the gridlines would go in both the horizontal and vertical axis. I have both unchecked in IB, but they still show up. How can I get rid of the vertical ones and change the color and size of the horizontal ones?
Here's what I see:
© Stack Overflow or respective owner