Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当文本溢出时,滚动条会添加到 gwt 中的只读文本区域。当我单击滚动条向下箭头时,例如我的文本区域中有 3 行文本!(因此三行如下:文本区域 3(顶部)文本区域 2 文本区域 1)
文本区。
当我使用滚动条的向下箭头向下滚动时,我可以看到文本 3 并直接滚动到文本 1 跳过文本 2。当滚动条滚动时,我应该如何控制文本区域中显示的文本的高度下。向上滚动时,可以按顺序看到所有三个文本行。用于此的浏览器是谷歌浏览器。它在Firefox中正常工作。
I guess this will solve your problelm
How to scroll a GWT TextArea?
just use scroll api's and you are good to go