How to resize GUI
8 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
chlor thanks
am 1 Aug. 2016
Kommentiert: chlor thanks
am 2 Aug. 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?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/155318/image.png)
Thank you!
0 Kommentare
Akzeptierte Antwort
Satishkumar Aruljothi
am 2 Aug. 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
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Migrate GUIDE Apps finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!