I need to display a progress bar in a DataGridView.
I searched and found many ( many , many , ... ) implementations that basically display a progress bar by drawing this into a cell.
Is there no way to use System.Windows.Forms.ProgressBar directly in the DataGridView cell?
source
share