Is it possible to enable a slider to scroll subpanels up and down?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
My GUI has an add button that allows the user to add additional subpanels when desired. Being that eventually the length of the subpanels will exceed the length of the computer screen. I thought that an scroll bar would be useful; however, I need the scroll bar's parameters to change with every additional subpanel added.
Any example of how to implement such a slider/scroll bar would be greatly appreciated.
Links to any site that you think will help will be appreciated too.
Thank you in advance
0 Commenti
Risposta accettata
David Sanchez
il 12 Giu 2013
The following link explains the steps to add a scrollbar to your GUI:
2 Commenti
David Sanchez
il 12 Giu 2013
Did you run the example at the bottom of the link? You can work on top of it, including modifications one at a time and checking it still works. You have to many errors in your code ( it seems it is quiet long ). The scrollbar GUI is a bit complicated as to explain it in here. I think the example on the link is a good starting point.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Migrate GUIDE Apps in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!