views:

21

answers:

1

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.

A: 

Not a ListView but here is an unsupported progress bar cell/column sample based on DataGridViewImageCell class.

Jacob Seleznev