How to fix the column width of uitable so the user can't change it?
Show older comments
It seems like column width in a uitable is always adjustable by the user which is annoying sometimes... Is there a way to fix it?
Thanks,
Niko
1 Comment
Answers (1)
Daniel Dolan
on 2 May 2024
0 votes
One pure MATLAB fix is to turn off column labels. It's a bit of a pain, but you can insert text labels above each table column if you are clever and/or patient. This keeps users from accidently resizing a column out of existence.
Categories
Find more on Environment and Settings in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!