Apps created with app designer are not displaying components positioned correctly
Show older comments
I replied with this issue to a Mathworks support comment on this thread:
But did not get a reply. I will briefly describe the issue here, but that post has some information also. I have been using app designer since its inception and before that had been hand coding GUIs. I have never had a problem porting apps or GUIs from one machine to another until now.
I wrte apps for classes I teach as well as in consulting work and have for past several years been writing apps on these two machines currently with MATLAB 2024b, although I have been installing new releases as they came out for years, with no troubles
- Dell Precision 5680 laptop running Windows 11. The app appears equally well when displayed on a connected DellUZ2715H 1920x1080 external monitor and when that monitor is disconnected and the display is the laptop display itself (1920x1200).
- Dell Precision Tower 5810 runing Windows 10 and a Samsung S34CG50 wide screen monitor (3440x1440).
I have been running the apps on these machines as well as in MATLAB online and some Windows PCs the university owns for which we have a site MATLAB license, but I don't right now have the specs of those machines, but they are economical machines.
This week I wanted to move my online presentation activities to another location in my home and use a machine that is there:
Dell Micro Tower Optiplex Small Form Factor Plus 7010, running Windows 11 with a Dell UZ2315H 1920x1080 monitor on which I have installed MATLAB 2024b, with all of the recommended display settings.
The genesis of the problem, with some screen shots of the simple projectile app I was trying to use, etc can be found in the linked thread. I also wound up with a workaround there in which I experimentally deliberately mis-positioned components so that they will after the app opens be repositioned so that it looks roughly like it should. Here I show what I did to display the problem. I opened up App Designer and created a dummy app by simply dragging two axes components from the component library and also dragging 8 buttons on the figure. I did nothing else. No code no boxes checked etc. Here is a screenshot of what that looked like.

Then I clicked the green "run" diamond button in the Designer tab and the app executed and created components to look like this:
\This shows the opened app backlit by my screen background. The positions of the components have been shifted from original , with several being outside the figure. I tried one of the suggestions in the other thread, checking the "Scrollable" box under interactivity for the UIFigure and this is the result of that

In none of these cases does resizing the figures improve the component locations. In the other thread I reported that I also tried the suggested code in the startup function and that did not fix the problem either. In the apps I was trying to run, if the execute button showed and I could click it, the numerical, plotting, and table entry parts of the codes work and for the components visible disply on the app. I would very much appreciate some advice on this. As it is now this machine (and hence the new location) is unusable if I want to show apps during presentations, which I do routinely. I have never seen this problem before, peculiar to what is otherwise a relatively standard configuration computer.
1 Comment
Frank
on 4 Jul 2025
Moved: Walter Roberson
on 4 Jul 2025
Accepted Answer
More Answers (2)
Maddie
on 19 Aug 2025
0 votes
Sorry for catching this so late, I just shared a response on this thread that might match the same issue here. The tl;dr is, this is likely due to a known issue (see the bug report here) where app components do not appear in the right position, due to the Accessibility Text size setting.
To confirm if this is the same issue you're experiencing, you can check that in your computer system settings. There are still options for increased text size that will avoid this unintended behavior, detailed on the bug report. Again, sorry for not sharing this sooner. I hope this answers your question.
Kalala
on 8 Dec 2025
0 votes
I came accross a similar problem today in app designer and i solved it by just expanding the canvas. After i made sure all my components were on the canvas, it fixed it and looks a lot better.
2 Comments
Bruce Rodenborn
on 17 Jan 2026
This has nothing to do with accessibilty text settings in WIN OS machines. It is, yet another, MATLAB 2025 bug that should be found and fixed rather than asking users to change OS settings. I have the same issue on a MACOS machine so text settings on WIN OS machines might minimize the bug, but does not fix the problem.
To demonstrate, I created a dummy app with two elements using all default settings and the button and the axes are clipped. The default resizing of UI elements means that the GUI does not display properly if the window is resized unless auto resizing of elements is disabled. See the image.

Maddie
on 28 Jan 2026
Since this looks like a different issue, as it is on a Mac instead of Windows, I recommend you contact our Technical Support team (email support@mathworks.com) or create a separate MATLAB Answers post for this issue, so our team can take a closer look and try to help.
Thanks!
Categories
Find more on Develop Apps Programmatically in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


