rzaripov1990 / ModernListView

[FireMonkey] Modern ListView - Colorizer, Vertical\Horizontal mode, Columns and other
120 stars 41 forks source link

SetColorBackground and others functions fail to work #17

Open bLightZP opened 5 years ago

bLightZP commented 5 years ago

The extended color-functions such as "SetColorBackground" don't have any effect if I set the "TListView.Visible" to "False" in "OnFormCreate" and later on in the code set it to visible.

I traced the code and it seems that the default color values are re-applied.