NSTextFieldCell 的垂直扩展 fieldEditor

发布于 2024-12-25 07:16:53 字数 275 浏览 1 评论 0原文

NSWindow 有一个与之关联的“字段编辑器”,它是一个与 NSTextField出现在同一位置的 NSText NSTextFieldCell 当用户聚焦于上述控件时。

字段编辑器的大小与 NSTextFieldNSTextFieldCell 相同。当用户输入更多文本时,我需要扩展字段编辑器。

关于如何实现这一目标有什么建议吗?

NSWindows 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

迷荒 2025-01-01 07:16:53

您可以查看 IFVe​​rticallyExpandingTextField。该代码有点旧(你的问题也是如此),不确定它是否仍然可以与当前的 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文