might be kind of tough since the TListview is part of MS Common controls. The look and feel is hard coded. You could access screen position of the icon and draw the progressbar under it and the caption.
Dave --- On Mon, 10/19/09, so_mathew <[email protected]> wrote: From: so_mathew <[email protected]> Subject: [delphi-en] TListView with TProgressBar under icon To: [email protected] Date: Monday, October 19, 2009, 2:00 AM Hi All, I am trying to create a list view derived from normal TListview. I want to use the list view with view style vsIcon. When user double clicks an item, I want to show the progress bar under the icon. Preferably under the icon and above the caption label.(If possible, I want to increase the space between the icon and label to accommodate the progress bar.) In normal list view when we want to edit the caption, the caption label becomes editable. So I think it is possible to show a progress bar also with each item. Thanks in advance, Soji. [Non-text portions of this message have been removed]

