It's posible to make figure always maximized and block minimized option?
8 次查看(过去 30 天)
显示 更早的评论
I'm trying to make UIFigure in App Designer always maximized and block the minimized/maximized button in Windows and Linux
Thank you
0 个评论
回答(2 个)
Stijn Haenen
2020-2-8
You can do this with position function of a handle:
h=figure();
h.Position=[1,41,1536,749] % depends on your screen size, 1 41 is the pixel left just above my taskbar, width and heigth are 1536 and 749
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Develop uifigure-Based Apps 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!