gpt4 book ai didi

java - 在TextArea JavaFX中使滚动条从上到下滚动

转载 作者:行者123 更新时间:2023-12-01 09:03:07 25 4
gpt4 key购买 nike

如何使 TextArea 从上到下滚动而不是从左到右滚动?我不知道如何实现。

最佳答案

textArea.setWrapText(true);

If a run of text exceeds the width of the TextArea, then this variable indicates whether the text should wrap onto another line

当您有许多行在当前 View 高度中无法全部可见时,您将获得可用的垂直滚动,并且可以上下滚动。

关于java - 在TextArea JavaFX中使滚动条从上到下滚动,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41520451/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com