I need to display a progress bar in a DataGridView.
I ve searched around and I ve found many (many, many, ...) implementations that basically render a progress bar by drawing it into the cell.
Isn t there a way to use a System.Windows.Forms.ProgressBar directly in a DataGridView cell ?