How to change components to other tabs in app designer?
조회 수: 29 (최근 30일)
이전 댓글 표시
I created a panel inside a certain tab of TabGroup app designer. Inside this panel I created various other components.
But now, as my app grows, I want to change this panel to another tab.
I can change the location of the components in the 'Component Browser', but it does not allow to change components to other Tabs.
The createComponents function is not editable to set where to create it.
I am using the 'Parent' property in the 'startupFcn' to change it to the tab I want, but in the 'Design View' I still have to work on them inside the initial tab.
Is there a way to move components to other tabs? Is there a way to edit the createComponents function?
댓글 수: 4
Shivansh
2022년 10월 31일
Hi!
I am also using R2022a. As you can see in the screenshot attached below that if I am making right click on the panel, I am getting “cut” option.
Then I am simply using Paste option in another Tab to transfer the panel.
Hope this helps!
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!