Application widget: similar to a Tab container without tab label
2 次查看(过去 30 天)
显示 更早的评论
I am still exploring some the app designer, with a treeNode.
By selectic a specific node, I would like to display/hide a specifc layout with different witdgets. It should look like pretty similar to a Tabgroup widget but wihout tab labels (as the navigation woul dbe done in the UItree)
Can anyone recommend a widget, an addon library or a technique to do so?
0 个评论
采纳的回答
Voss
2025-3-4
"It should look like pretty similar to a Tabgroup widget but wihout tab labels"
Do you want tabs with no labels, or do you want no tabs?
"(as the navigation woul dbe done in the UItree)"
I guess that means no tabs.
A container component that looks like a tab group but without the tabs is a panel (or buttongroup with no buttons) with an empty title.
更多回答(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!