How To Create a Custom List of ProgressBars in .Net 2.0
Posted
by user205077
on Stack Overflow
See other posts from Stack Overflow
or by user205077
Published on 2010-05-06T11:08:35Z
Indexed on
2010/05/09
2:18 UTC
Read the original article
Hit count: 303
I have created a progress bar custom control and would like to embed this into a list which can be sorted and placed on a windows form using .Net 2.0.
What is the best approach for this?
Is it possible to just add it to a ListView as a subitem? Is there a better way to achieve this? I want it to be as lightweight as possible.
© Stack Overflow or respective owner