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?
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?
I just googles "progress bar in datagridview", and the first result was an MSDN forum thread with full-blown sample code. It might be what you're looking for.