NSTableView + NSTextFieldCell 动态行大小
我想在表视图中显示一个长度为(最大)4000 个字符的字符串。我尝试过使用 NSAttributedString 来找出 NSTextFieldCell 的行高,但是当我插入 > 时,我总是有点不足。 4 行文字。
NSTextFieldCell 设置为使用 NSLineBreakByWrapping 进行换行。
除了 NSAttributedString 之外,我可以使用什么来获取我需要的高度?
I want to display a string inside a tableview that can be ( max ) 4000 characters long. I have tried using NSAttributedString to find out the row height for the NSTextFieldCell, but I always fall a bit short when I insert > 4 lines of text.
The NSTextFieldCell is set to using NSLineBreakByWrapping for its line breaks.
What next to NSAttributedString can I use to get the height I need?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)