Closed GoogleCodeExporter closed 9 years ago
Try checking the code of sample project of this unit
https://code.google.com/p/vcl-styles-utils/source/browse/trunk/Vcl%20Styles%20Ow
ner%20draw%20%28Demo%20App%29/Main.pas
as you can see the OnDrawItem and OnMouseDown events must be assigned explicitly
ListView1.OwnerDraw:=True;
ListView1.OnDrawItem:=VclStylesOwnerDrawFix.ListViewDrawItem;
ListView1.OnMouseDown:=VclStylesOwnerDrawFix.ListViewMouseDown;
Also you can check this article for another alternatives
http://theroadtodelphi.wordpress.com/2014/08/06/vcl-styles-utils-new-feature/
Regards
Rodrigo.
Original comment by Rodrigo.Ruz.V@gmail.com
on 26 Sep 2014 at 6:33
Original issue reported on code.google.com by
marius.b...@gmail.com
on 23 Sep 2014 at 7:01