Change background color of uitable row name fields

28 visualizaciones (últimos 30 días)
Tristan Thompson
Tristan Thompson el 23 de Feb. de 2021
Comentada: Mark Magdaleno el 15 de Oct. de 2023
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

Respuestas (1)

Adam Danz
Adam Danz el 23 de Feb. de 2021
Editada: Adam Danz el 23 de Feb. de 2021
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 comentarios
Marten
Marten el 22 de Ag. de 2023
Movida: Adam Danz el 24 de Ag. de 2023
let me know if there are any updates on this topic. as for 2023a i still didnt find a solution :)
Mark Magdaleno
Mark Magdaleno el 15 de Oct. de 2023
2023B doesnt seem to support this as well. Still hoping. Row Cells highlighed with the rowname not highlighted looks funky.

Iniciar sesión para comentar.

Categorías

Más información sobre Migrate GUIDE Apps en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by