Trying to set the font of the table text font to monospace using the code
Table1.RemoveAllRows
Var monofont As New Font(“Casual”, 14)
table1.RowTextFont =monofont
but fails to change anything.
Attached is a project to demonstrate.
Am I understanding this correctly?
Thanks
androidfonttest.zip (4.9 KB)