MATLAB: GUI table first column width adjustment

guiMATLABrowname widthwidth

Hi everyone,
I'm trying to adjust the first column width of my table in Matlab GUI.
matlab question.png
I know how to adjust the width marked in red with set(handles.PulseProperties,'ColumnWidth',{10,20,30,40}); function or using Table Property Editor.
But I'm curious if there is a way to adjust the width marked in black, basically the row name region.
Currently it's automatically fitted by Matlab according to the length of the string. But as you can see it's so wide that takes a lot of space.
Any ideas?

Best Answer

I have heard that this issue is known and the concerned parties may be investigating further. This may be enhanced in future releases.