How to add a ProgressBar to a DataGridView?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pratsadhu
    New Member
    • Mar 2007
    • 16

    How to add a ProgressBar to a DataGridView?

    Hi,
    How do i add a progressbar column to a dataGeridview?
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    DataGridView appears to have a RowsAdded event you could probably use to
    update the progress bar. HTH.

    Comment

    Working...