How to see the complete title of a uitab in a uifigure?
2 views (last 30 days)
Show older comments
Andrea Carignano
on 18 Dec 2018
Edited: Andrea Carignano
on 20 Dec 2018
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?
0 Comments
Accepted Answer
More Answers (0)
See Also
Categories
Find more on Develop uifigure-Based Apps in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!