MATLAB: How do i make a full text area scroll up when i add more text

gui app designerMATLAB

i designed a gui for running automated tests using App Designer. it writes messages to a text area. after the text area fills up, it continues add the text to the bottom of the text array and adds a scroll bar on the right of the text area. all new text is added off-screen, below the bottom of the displayed text area and you have manually scroll to see any new messages. how do I make it automatically scroll, so that you always see the new messages without have to keep scrolling it manually?

Best Answer

Scrolling to the latest Line is a basic feature for a "TextArea" Component. I dont want to use workarounds with Listboxes. Please Mathworks, fix this little important Issue!