I am trying to owner draw a List View control in report-mode with 4 columns, using OnCustomDrawItem.
OnCustomDrawItem
When I try to change the Canvas.font.color, and th
I experienced a similar issue on TDBGrid.
Try to call Canvas.Refresh after you reassign the Canvas.Font properties.
Canvas.Refresh