Unless you spend money for a decent grid view, I don't think you add a
progress bar to one. Instead what you do is put a progress bar control
on top of the grid view. Move it so that is has the same location and
size as your grid cell, make it visible, bring it to the front, etc.,
when you want to show the progress. Make it go invisible again on
completion.
Derive a new type from DataGridViewCell. There are seven predefined
examples (button, checkbox, textbox, etc) to work from.
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.