Simple TListView OwnerDraw Text Font Size and Color example?

前端 未结 1 819
滥情空心
滥情空心 2020-12-10 19:56

I am trying to owner draw a List View control in report-mode with 4 columns, using OnCustomDrawItem.

When I try to change the Canvas.font.color, and th

相关标签:
1条回答
  • 2020-12-10 20:24

    I experienced a similar issue on TDBGrid.

    Try to call Canvas.Refresh after you reassign the Canvas.Font properties.

    0 讨论(0)
提交回复
热议问题