Change background color of uitable row name fields

26 次查看(过去 30 天)
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 CenterFile Exchange 中查找有关 Migrate GUIDE Apps 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by