<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.24.1.1">
</HEAD>
<BODY>
but i made it with lazarus under windows.<BR>
and i could not use customdraw method to draw anything.
<BLOCKQUOTE TYPE=CITE>
<PRE>
>
> lv's viewstyle is vsReport,and i was going to place a progressbar on a
> column,and that is what a downloader usually looks like.
It is not possible to place a TProgressbar in a listview. (item.data 
does nothing, it's for user defined data independent of the LCL)

What you have have to do is to draw a own bar, e.g. with two or more 
rectangles (see canvas)


Benito
_______________________________________________
Lazarus mailing list
<A HREF="mailto:Lazarus@lazarus.freepascal.org">Lazarus@lazarus.freepascal.org</A>
<A HREF="http://www.lazarus.freepascal.org/mailman/listinfo/lazarus">http://www.lazarus.freepascal.org/mailman/listinfo/lazarus</A>
</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>