NSTextFieldCell 或仅带有垂直文本(和彩色着色)的 NSCell
我正在努力寻找一种优雅的方式以垂直方式显示表视图的列标题(与传统方式逆时针旋转 90 度)。我并不想将其作为实际的 NSTableHeaderCell 来执行此操作,我认为通过覆盖 NSTextFieldCell 或 NSCell 来完成此操作可能会更容易。
单元格仅包含不可编辑的文本,但通常是两行,有时根据上下文与列的其余部分一起着色。
我似乎找不到任何可以执行此操作的可可应用程序,更不用说开源示例了。有什么想法吗?
I'm struggling with trying to find an elegant way of displaying the column headers for a table view in a vertical fashion (rotated 90 deg counter clockwise from traditional). I'm not married to doing this as an actual NSTableHeaderCell, I figured it might be easier to do it by overriding NSTextFieldCell or NSCell.
The cells only contain noneditable text, but it's usually two lines of it, and it's sometimes tinted with the rest of the column depending on the context.
I can't seem to find any cocoa apps that do this, much less an open source example. Any thoughts?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)