Change background color of uitable row name fields

28 ビュー (過去 30 日間)
Tristan Thompson
Tristan Thompson 2021 年 2 月 23 日
コメント済み: Mark Magdaleno 2023 年 10 月 15 日
I want to be able to change the background color of the row name field in a uitable in R2019b.
I currently have a check in place that appends 'Insufficient Data!' into the rowname property of my table if there is insufficient data for that row of the table.
To improve on space efficiency, I want to highlight the row name field to show this.
I am currently formatting the background color of the table cells using uistyle, is it possible to use uistyle for changing the background color of the row name fields?
EDIT: For clarity, I am trying to change the background color of the row names (point 1, point 2 etc... instead of appending 'Insufficient Data!' into the row name

回答 (1 件)

Adam Danz
Adam Danz 2021 年 2 月 23 日
編集済み: Adam Danz 2021 年 2 月 23 日
In Matlab r2019b and later, use addstyle() to control color of cells in a uitable. The uitable must be within a uifigure (such as in AppDesigner).
  5 件のコメント
Marten
Marten 2023 年 8 月 22 日
移動済み: Adam Danz 2023 年 8 月 24 日
let me know if there are any updates on this topic. as for 2023a i still didnt find a solution :)
Mark Magdaleno
Mark Magdaleno 2023 年 10 月 15 日
2023B doesnt seem to support this as well. Still hoping. Row Cells highlighed with the rowname not highlighted looks funky.

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

カテゴリ

Help Center および File ExchangeMigrate GUIDE Apps についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by