How to make a Text Area auto-scroll to bottom (created in app designer)

80 次查看(过去 30 天)
I created a Text Area in app designer. It is populated with status messages as the app runs. After a while the area fills with lines of text, and the vertical scroll bar appears, but new messages are written in the invisible part of the area. The user has to scroll down "by hand". How can I make the Text Area autoscroll, so that each new message is visible?

采纳的回答

Eric Sargent
Eric Sargent 2020-12-9
  1 个评论
Frank van Diggelen
Frank van Diggelen 2022-6-17
编辑:Frank van Diggelen 2022-6-17
Thank you. This is working well for me from in an app built in appdesigner, in R2022a:
scroll(app.MyTextArea, 'bottom') %autoscroll text area to bottom

请先登录,再进行评论。

更多回答(1 个)

Chris Portal
Chris Portal 2017-8-5
If it's possible to use a listbox instead of a text area, you would be able to use the scroll function to programmatically scroll specific items into view:
https://www.mathworks.com/help/matlab/ref/scroll.html
  1 个评论
Marko Antila
Marko Antila 2019-2-14
编辑:Marko Antila 2019-2-14
Scroll function does not work properly with App Designer List Box, unfortunately:
  • in startFcn it hides the List Box (permanently)
  • in callbacks it does exactly nothing

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Migrate GUIDE Apps 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by