App Designer - unit of "position" property
20 views (last 30 days)
Show older comments
Hello everybody,
I was wondering what the units of "x", "y", "width" and "height" in the "Position" field of app.UIFigure are? They can't be pixels because while the app is almost fullscreen on my 14" FHD laptop it's way smaller on my FHD 23" monitor. It would be ideal though if x,y, width and height would be meassured in pixels. This would increase the compatibility of apps between different screen sizes. Is there any way to set the width and height in pixels or percent so that an app is fullscreen on all FHD devices? Resizing is not an option, because it just does not work reliably!
Thank you, Christian
0 Comments
Answers (1)
Steven Lord
on 19 Nov 2019
The documentation states that the Units property is 'pixels'. What's the value shown for the ScreenPixelsPerInch property of the groot object on your two systems? Are those values different?
If you want to make your uifigure fullscreen, set its WindowState property to 'fullscreen'.
See Also
Categories
Find more on Develop Apps Using App Designer 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!