progress bars in one column
I want to create a control, like listView or dataGridView, where I have few text columns and one column with progress bars, like in programs to download files.
Please help.
BTW. Sorry for my english ;)
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
SokakPosted Apr 26, 2007, 8:52 PM
An alternative that I've used in similar situations where I knew I'd only be displaying a few items (i.e. < 100) was to build a custom user control for the line item containing labels and controls specific to the line such as the progress bar. Once you have the line item you can add instances of it to a Repeater control within the form.