当有大量文本时,TextField() 不显示内容的开头
当 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看 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.