APPdesigner中,可编辑文本框显示文本内容后,如何编程控制其滚动条,使得可以定位到特定的内容
显示 更早的评论
请问APPdesigner中,将可编辑文本框显示文本内容后,如何控制他的滚动属性?我想通过编写代码实现控制文本框的内容滚动到指定位置。看了下uitextarea属性,并没有滚动属性,这个需要如何解决啊?,多谢解答。
1 个评论
Walter Roberson
2021-9-26
Approximate translation:
In APPdesigner, after displaying the text content in the editable text box, how to control its scrolling properties? I want to control the content of the text box to scroll to a specified position by writing code. After looking at the uitextarea attribute, there is no scrolling attribute. How to solve this? , Thanks for the answer.
回答(1 个)
ers Z
2021-9-26
0 个投票
老哥 解决没呀
6 个评论
ers Z
2021-9-26
Thank you very much. Your reply is very timely!
minlei qin
2021-9-26
ers Z
2021-9-26
是的,我的目的是让滚动条保持在最底端,一直显示最新的文本内容。你要实现的功能较复杂。
Walter Roberson
2021-9-26
Approximate translation:
Yes, my purpose is to keep the scroll bar at the bottom and always display the latest text content. The function you want to achieve is more complicated.
Huang Zhang
2023-9-7
可以用属性的scroller,比如调用app.EventLog.scroll("bottom")
类别
在 帮助中心 和 File Exchange 中查找有关 Entering Commands 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!