Change Button Position with resizing GUI but fix Buttons size

Hi everybody!
I'm struggling with resizing GUIs (using guide). I want the window of the GUI to be resizable, and while resizing some of the components sgall resize too (managed this with setting the Units to 'normalized'). But I have a few Buttons and axes at the top of the GUI window which shall not change their size but adjust their position to the current window size. So they should be some kind of attached to the upper border of the window. Is there an solution for this? Thanks!

Answers (1)

Make sure the units property of all controls on the form is set to ' normalized'.

2 Comments

I did this. The problem then is, that the components also change their size and I end up with huge buttons and icons. Therefore I just want the Buttons to change their position according to the window size
Then inspect the Position property in GUIDE. And when the figure resizes (I think there's a callback that runs when that happens), set the Position properties of the buttons to the desired size.

Sign in to comment.

Categories

Find more on MATLAB in Help Center and File Exchange

Asked:

on 21 Aug 2018

Commented:

on 21 Aug 2018

Community Treasure Hunt

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

Start Hunting!