5 52free Unregistered / Unconfirmed GUEST, unregistred user! 2007-12-18 #2 在customdrawitem事件中写 listveiw.canvas.brush.color := clred;
H hfutzhu Unregistered / Unconfirmed GUEST, unregistred user! 2007-12-18 #5 if SubItem = 2 then ListView1.Canvas.Font.Color := clRed else ListView1.Canvas.Pen.Color := clWindowText; 在ListView1CustomDrawSubItem里写的 为什么不对啊!!!把3列以后的都红了!
if SubItem = 2 then ListView1.Canvas.Font.Color := clRed else ListView1.Canvas.Pen.Color := clWindowText; 在ListView1CustomDrawSubItem里写的 为什么不对啊!!!把3列以后的都红了!
H hfutzhu Unregistered / Unconfirmed GUEST, unregistred user! 2007-12-18 #6 哦 知道了 应该是if SubItem = 2 then ListView1.Canvas.Font.Color := clRed else ListView1.Canvas.Font.Color := clnone;
哦 知道了 应该是if SubItem = 2 then ListView1.Canvas.Font.Color := clRed else ListView1.Canvas.Font.Color := clnone;