Hi,
I've a wx.ListCtrl whith style setting on wx.LC_REPORT.
I use it to show some data like this
Product Totale Price
Apples 100.25
Pers 200.30
Apricots 50.0
I would like to change the backgroundcolour property
of a certain row,for example if the Total Price
is great on a determinate value such > 100.
I've see something like this on wxPython demo
on example named ListCtrl_virtual.
It's possible..and how?
regards
Giuseppe