Alignment for column names in uitables in App Designer
111 ビュー (過去 30 日間)
表示 古いコメント
Hello,
I am struggling about making the alingment of column names. I want them to be positioned as center. I know how to do this for elements inside the table, but I could not figure out how to apply same thing for column names as well. Has anybody faced and solved this problem?
Regards,

1 件のコメント
回答 (1 件)
Jalaj Gambhir
2020 年 8 月 27 日
Hi,
I have heard that this issue is known and the concerned parties may be investigating further.
Meanwhile an indirect workaround that you might try is to have another table with one row (without column header) and place it on top of your main table as its column header. You can apply uistyle to align the contents in the second table with only one row, which can be further used as column header in your main table.
Hope this helps!
2 件のコメント
Adam Danz
2021 年 5 月 25 日
See this answer that shows how to move the header strings into the first row of data and format the uitable so that it appears to have header names.

参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!