I am trying to figure out how to change the font for the text of the TTableItem. I have tried setting the Font property of the TDPFUITableView but that has no effect. I thought of asking about it here before filing the bug report. Any idea how to display table item text in a non-default font?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am trying to figure out how to change the font for the text of the TTableItem. I have tried setting the Font property of the TDPFUITableView but that has no effect. I thought of asking about it here before filing the bug report. Any idea how to display table item text in a non-default font?
You could use a custom uilabel as an tableitem object... Check the tableviewcustomview demo.
That's a work around then? Is there a proper way to set the font for TTableViewItem?
Last edit: Kaarigar 2013-08-23
If I remember correctly you can set the properties under ItemText and ItemDescription for each item
Kind regards
GJB
The ItemText and ItemDescription have no Font property.