Info

This question is closed. Reopen it to edit or answer.

building scrolling window with matlab GUI

1 view (last 30 days)
mor shn
mor shn on 10 Aug 2015
Closed: MATLAB Answer Bot on 20 Aug 2021
I am new with the matlab GUI and I am having a problem with creating a window with scrolling.
The problem as follow: Lets say I have 100 lines (every line is compounds from several edit text and check box).
I need that all those 100 lines, will be inside that window- obviously the window is not large enough for all those lines and making the window bigger is not an option- so the trivial solution is scrolling up and down the window and watch all those 100 lines (lets say that the window without scrolling is large enough for 8 lines). When I tried dynamically insert more than 8 lines inside that window (normalized panel), the new rows makes the rest (older) lines be really small.
So my question is how can I build "compound" line in a GUI in similarity with strings in "list box"?
I will be happy for some guidance on that manner Thanks!

Answers (0)

Community Treasure Hunt

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

Start Hunting!