MATLAB gui changing figure max width and height

Hi,
I am currently creating a gui using matlab GUIDE but would like to change the figure size to add more objects (buttons, panels, text boxes, graphs and etc).
When clicking the property inspector of the main figure (under Position) the max size I can input for the width is 273.2 and height is 57.38461538...Is there a way to change this or is there a more efficient way of manipulating the window/display size of your gui?
And say if the all does not fit on the maximize screen would like to have a scroll up and down option.
Thanks in advance,
Alex

Answers (1)

I never do that by typing stuff into property inspector. Just click on the little square handle at the very bottom left of your figure. Drag it out larger.

3 Comments

Unfortunately, dragging it does not seem to help for it does not increase the working area after the limit.
You cannot make a Windows window/gui/figure larger than your desktop.
So is there no window scroll down and up (or side to side) feature like we have in a browser.

Sign in to comment.

Categories

Find more on Interactive Control and Callbacks in Help Center and File Exchange

Asked:

on 22 May 2013

Community Treasure Hunt

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

Start Hunting!