Keith Maurino
Keith Maurino

Reputation: 3432

C# ListView with a ProgressBar

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?

Upvotes: 7

Views: 11210

Answers (1)

t0mm13b
t0mm13b

Reputation: 34592

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.

Upvotes: 5

Related Questions