manoj

manoj

  • NA
  • 29
  • 0

progressbar inside listview in c#

Feb 9 2011 9:29 PM
how to add progressbar dynamically(max of 10) to a listview in c#?
eg:
ProgressBar [] pb = new ProgressBar[10];
listview1.Control.Add(pb);

Answers (4)