Creating Graphical User Interfaces    

Resize Behavior

You can control whether users can resize the figure window containing your GUI and how MATLAB handles resizing. GUIDE provides three options:

The first two approaches require only appropriate settings for certain properties. User-specified resizing requires you to write a callback routine that recalculate sizes and positions of the components based on the new figure size. The following sections discuss each approach.


 Selecting GUIDE Application Options Making Your GUI Nonresizable