Can i set text control as a display area?

I try to use text control as a display area to show log information and it works fine. I wonder if the control has some kind of slider property to let user check all the information inside. You know there is a lot log text info and it really cannot show all on the screen one time.
Or any other control can do the job?
Thanks!

 Risposta accettata

Walter Roberson
Walter Roberson il 13 Mag 2014
No. However you can use an edit control with 'enable' set to 'disable', and that will not be editable but it will be scrollable. Remember to set the 'max' property to more than 1.

Più risposte (1)

SEA-KEONG
SEA-KEONG il 13 Mag 2014
Do you know how i can let the cursor touch the bottom of the edit control every time after appending new log info to it?
Thanks!

Categorie

Scopri di più su MATLAB in Centro assistenza e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by