本文整理自网络,侵删。
uses CommCtrl;
ListView1.Brush.Bitmap:=MyImage.Picture.Bitmap;
ListView1.Brush.Bitmap.Transparent:=true;
SetBkMode(ListView1.Canvas.Handle, TRANSPARENT);
ListView1.Perform(LVM_SETTEXTBKCOLOR,0,LongInt(CLR_NONE));
ListView_SetBKColor(ListView1.Handle, CLR_NONE);
相关阅读 >>
Delphi 获取窗口矩形的四种方法: getclientrect、clientrect、getwindowrect、boundsrect
Delphi xe8安卓下汉字转gb2312 urlencode代码
Delphi clientdataset 与fdmemtable 创建 字段与追加记录
Delphi firemonkey应用程序取得控制的位置(坐标)的话
Delphi xe10 文件目录/路径操作 (andorid、ios、windows)
更多相关阅读请进入《Delphi》频道 >>