How to make components in uitabgroup align to center of uifigure window when UIFigure.WindowState = 'fullscreen' using AppDesigner?
3 次查看(过去 30 天)
显示 更早的评论
I have designed an app that sets app.UIFigure.WindowState = 'fullscreen' on opening. In the UI I am using a tab group each tab of which covers the whole UI panel. When UIFigures is set fullscreen, the tabbed groups still fill the panel, but the components on the group are aligned top left, and I would like them to be in the centre of the UI window in fullscreen mode. I have a grid layout active on the UI.
I've tried accessing UITabGroup.Position, but that is read-only in AppDesigner (and I'm unsure if that would help, because it's not the position, but the alignment of the components in the tab group, which is the issue).
采纳的回答
更多回答(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!