C# ListView with a ProgressBar

后端 未结 1 1184
慢半拍i
慢半拍i 2021-01-18 03:05

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 li

相关标签:
1条回答
  • 2021-01-18 03:34

    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.

    0 讨论(0)
提交回复
热议问题