Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何控制 NSTableView 的垂直线的绘制?例如。哪个表格列可以画竖线,哪个不能?谢谢
网格由 NSTableView 本身绘制。
你需要覆盖
- (void)drawGridInClipRect:(NSRect)aRect
为了有自定义绘图。