Hello,
I have used the Table control in my app.
But this Table control is taking the colors of the text in the cells as white.
I am not able to change this using style in Description as the option to select color is disabled.
I wrote this code to programmatically change the color of text in the cells:
TIA
I have used the Table control in my app.
But this Table control is taking the colors of the text in the cells as white.
I am not able to change this using style in Description as the option to select color is disabled.
I wrote this code to programmatically change the color of text in the cells:
TABLE_List.COL_Noname1..BrushColor = Black TABLE_List.COL_Noname2..BrushColor = BlackBut this has not effect! :confused:
TIA