FMX ListView SubItem formatting

Hi,

Am looking for how to format subitem text in the TTMSFMXListView.
I have a number of columns that I need to modify text layouts for. (most just need to right align the text or change font colour)

I am guessing this is doable quite easily, just can't find how.

Cheers



Hi, 


I suggest to take a look at the TTMSFMXGrid / TTMSFMXTreeView, which has already implement this functionality. The TTMSFMXListView simply inherits from the default TGrid and adds the capability of adding items / subitems.

Kind Regards, 
Pieter