B4J Question JTableViewExtended question

madru

Active Member
Licensed User
Longtime User
Hi,

is it possible to change the textcolor per row?

B4X:
Cell.Row.Style = "-fx-background-color:"&MySubs.color&";-fx-text-fill:"& colour&";"

and

B4X:
Cell.Style = "-fx-text-fill: #006700;"

THX
 
Top