How to see the complete title of a uitab in a uifigure?
1 回表示 (過去 30 日間)
古いコメントを表示
Andrea Carignano
2018 年 12 月 18 日
編集済み: Andrea Carignano
2018 年 12 月 20 日
If I use uitab in a uifigure, I don't see the full tab title.
Example:
close all; clear; clc;
f = uifigure;
tg = uitabgroup(f);
t = uitab(tg,'Title','uitab1');
I see "uit..." instead of "uitab1".
How can I fix this problem?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/199314/image.png)
0 件のコメント
採用された回答
その他の回答 (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!