当有大量文本时,TextField() 不显示内容的开头

发布于 2024-07-13 05:33:54 字数 71 浏览 6 评论 0原文

当 TextField 有多行时,如何强制 TextField 显示文本的特定部分? 现在似乎总是只显示最后一行而无需用户交互

How Can I force TextField to show a specific part of text on it, when its having multiple lines? Now it seems to show just last line always without user interaction

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

凡间太子 2024-07-20 05:33:54

查看 scrollV 属性。 将其设置为零,文本应向上滚动以显示文本的开头,将其设置为 maxScrollV 显示最后一行,或将其设置为这两者之间的任何值以显示您选择的一行。

Check out the scrollV property. Set it to zero and your text should scroll back up to show the start of the text, set it to maxScrollV to show the last line or set it to any value inbetween those two to show a line of your choice.

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