如何使NSTableViewCell在不同的颜色和图标的不同行,只是看起来像应用程序在查找器?(图标和文本在同一列中)
发布于 2012-07-19 13:53:54
在NSTableView中,调用setUsesAlternatingRowBackgroundColors:YES。
NSTableView
setUsesAlternatingRowBackgroundColors:YES
https://stackoverflow.com/questions/11554637
相似问题