How to set width of row name header?

15 ビュー (過去 30 日間)
Isaac Marín
Isaac Marín 2020 年 10 月 15 日
コメント済み: Roshan Hingnekar 2020 年 10 月 19 日
It is possible to define a width for this column? It is known that using the ColumnWidth property you can set the width of all the others columns, but not to set the width of the row name column. (I'm using uifigures)
Thank you
  1 件のコメント
Roshan Hingnekar
Roshan Hingnekar 2020 年 10 月 19 日
The row name header column width is set to auto in uifigures.
You could find a possible resolution to your case in following link: https://www.mathworks.com/matlabcentral/answers/307334-resize-rowname-column-width-of-uitable-in-matlab
Other work around is to not create the row header column and use the 1st column in the uifigure as a header column and give custom input, where width can be varied using 'columnwidth' property.

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeDevelop uifigure-Based Apps についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by