MacOs Sequoia, Laz4RC2, FPC 3.2.3
I am experimenting on various ideas to mimic the GUI of my windows solar inverter program (provided by inverter manufacturer) in my FPC version. I require to display a simple list of values in table format. My thought was to use a ListView and indeed it will display the values but there are formatting problems.
I am unable to right align the column contents
I am unable to change the default colour of either the column headers or the column data
I am unable to change the ListView font size
There are properties for all of these in the properties window of the components panel but they do not seem to work
I suspect that some of these issue are Mac related in the Cocoa widget set so perhaps no solution

I added the ListView at design time using the IDE. If these issues are not resolvable in Cocoa is there an alternative to using a ListView