Quantcast
Channel: Xojo Programming Forum - Latest topics
Viewing all articles
Browse latest Browse all 3798

Using rowtextfont in table

$
0
0

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)

3 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 3798

Trending Articles