How to resize GUI
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
chlor thanks
il 1 Ago 2016
Commentato: chlor thanks
il 2 Ago 2016
When I stretch my window I expect my GUI to be resize accordingly, however, apparently this does not happen when I do so.
I tried GUIDE->Tools->GUI Options->Resizable Behavior->Proportional but it did not work...
Any advice to auto resize GUI?
Thank you!
0 Commenti
Risposta accettata
Satishkumar Aruljothi
il 2 Ago 2016
You need to drag the Small black box to resize the GUI.
The following options is used to rescale the UI components in GUI according to window size ,not whilst creating GUI.
GUIDE->Tools->GUI Options->Resizable Behavior->Proportional
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!