C# ListView with a ProgressBar

c#

Solution

Have a look at this article titled 'A Much easier to use Listview' on CodeProject. I have had much more success with 'XPTable' also on CodeProject.

Problem

I'm trying to figure out if it is possible to add a progress bar into a sub item of a listview with WinForms. If not, can any controls can be put into the sub items of a listview?

Original source