Progress bar in data grid view

Posted by Pat on Stack Overflow See other posts from Stack Overflow or by Pat
Published on 2010-04-14T22:00:29Z Indexed on 2010/04/14 22:03 UTC
Read the original article Hit count: 596

Filed under:
|
|

Is there a way to have a progress bar in a cell in a DataGridView? At design time, you can add a TextBox, Button, Image, Link, ComboBox, or CheckBox, but not a ProgessBar.

Is there a better control in WPF that will allow this?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about winforms