How to color blend cells with a background image in VirtualTreeView?
问题 I'm using VT.Background to display a background image in VT with a few columns. But I can't find a way to use different colors for cells because they hide the background image. I have tried to use OnBeforeItemErase but if I use EraseAction := eaColor the background bitmap area on the cell is also being painted, if I use eaDefault the color is not being applied. Any idea how this can be done? 回答1: Just an attempt to guess if that's what you are looking for: Update: Added a color blending