NSTextFieldCell 的垂直扩展 fieldEditor
NSWindow
有一个与之关联的“字段编辑器”,它是一个与 NSTextField
或 出现在同一位置的
NSText
NSTextFieldCell 当用户聚焦于上述控件时。
字段编辑器的大小与 NSTextField
或 NSTextFieldCell
相同。当用户输入更多文本时,我需要扩展字段编辑器。
关于如何实现这一目标有什么建议吗?
NSWindow
s have a "field editor" associated with them, which is an NSText
that appears in the same place as a NSTextField
or NSTextFieldCell
when the user focuses on the aforementioned control.
Field editors have the same size as the NSTextField
or NSTextFieldCell
. As the user enters more text, I'd need the field editor to expand.
Any tips on how to accomplish this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以查看 IFVerticallyExpandingTextField。该代码有点旧(你的问题也是如此),不确定它是否仍然可以与当前的 API 一起使用,但也许它会让你开始。
You could take a look at IFVerticallyExpandingTextField. The code is a bit old (and so is your question), and not sure if it's still useable with the current API, but maybe it will get you started.