Bug Matlab R2020A - App Designer Dropdown in a panel doesn't change position (see comment)
Info
This question is closed. Reopen it to edit or answer.
Show older comments
I wanted to create an app which makes visible some forms or the other according to the switch position. These dropdowns are always visible, but changing their positions

But I have a problem: when I toggle switch for the first time - two of them don't change position

I change their ".Position" property in a switch callback like this
app.DdS0Model.Position=[611,10,90,22];
app.DdW0Model.Position=[611,6,90,22];
app.DdtoxModel.Position=[611,10,90,22];
It only works properly, when I debug, or toggle switch twice

1 Comment
Anastasia Eltsova
on 2 May 2021
Answers (0)
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!