appdesigner tab view issue
4 ビュー (過去 30 日間)
古いコメントを表示
Hi:
I have an app that showing the tab group at left, I noticed that when the tab name is too long, it will not be fully displayed. I tried to drag the corners of the tab but still not work, as shown in screen shot.
is there anyway to address this issue? i.e. to let the tab names fully shown.
Thanks!
Yu![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1474066/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1474066/image.png)
0 件のコメント
回答 (1 件)
Sreeram
2024 年 8 月 16 日
Hi Yu,
I could not find any direct way to increase the width of "TabGroup" in the App Designer.
However, I found that there is a toolbox in MATLAB File Exchange that supports changing the tab width and has some more customisations:
You can download the GUI Layout Toolbox and install it into MATLAB to use. You can create a "TabPanel" using "uix.TabPanel" and then change its "TabWidth" property.
Another workaround is to create button group and overlay it over the tabs as described in this answer.
Hope it 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!