I'm trying to set some colors on a TTreeView, but everything except BackgroundColor seems to fail...
frmMain.tvMain.BackgroundColor := t29.Color;
frmMain.tvMain.ExpandSignColor := t30.Color;
frmMain.tvMain.Color := t30.Color;
frmMain.tvMain.Font.Color := t30.Color;
I've checked the Font.Color and t30.Color and they're not equal, so that's not the reason...
(The problem occures in Windows XP with no xp manifest)