Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

C# ListView with a ProgressBar

Tags:

c#

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?

like image 406
Keith Maurino Avatar asked Mar 18 '10 01:03

Keith Maurino


1 Answers

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.

like image 54
t0mm13b Avatar answered Sep 30 '22 08:09

t0mm13b