Hide NSTableView grid

To hide the little grid between multiple selected cells is an NSTableView, use setIntercellSpacing:

[yourTableView setIntercellSpacing:NSMakeSize(0,0)];

Leave a Reply


© 2006-2009 roobasoft, LLC