how to scroll a edit-uicontrol?

4 views (last 30 days)
Sebastian Held
Sebastian Held on 18 Mar 2011
I use a multiline edit control to display log messages inside a GUIDE. When adding log messages, the window does not scroll automatically. Furthermore it resets itself to the topmost position if new text is added. How can I programatically control the slider position of the texz edit?

Answers (1)

Jan
Jan on 18 Mar 2011
What about using a listbox UICONTROL? Then you can use the property ListboxTop to control the position of the contents.

Categories

Find more on Migrate GUIDE Apps in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!