Windows Develop Bookmark and Share   
 index > Windows Forms Data Controls and Databinding > Adding progressbar to Datagridview
 

Adding progressbar to Datagridview

Hi.
Is it possible to add ProgressBar to a DatagridView control collection and how?
Using vb.net 2005 and windows forms apps, thanks.
Jorge
Jorge c  Tuesday, November 13, 2007 11:36 AM

Hello,

What do you mean with "DatagridView control collection"? If you want to have a column containing ProgressBars, that is possible by using a custom DataGridView column. For a sample on how to create custom datagridview columns, check out http://msdn2.microsoft.com/en-us/library/ms180996.aspx

bb35  Tuesday, November 13, 2007 5:16 PM

Hello,

What do you mean with "DatagridView control collection"? If you want to have a column containing ProgressBars, that is possible by using a custom DataGridView column. For a sample on how to create custom datagridview columns, check out http://msdn2.microsoft.com/en-us/library/ms180996.aspx

bb35  Tuesday, November 13, 2007 5:16 PM

You can use google to search for other answers

Custom Search

More Threads

• [DataGridView] Jumping to a row on key press
• datagridview rowindex should move to last row
• Beginner data binding question
• datagridview delete removes bound datarow instead of marking it as deleted
• What's the equivalent of OnItemDataBound?
• DataTables
• DataGridView CheckBox problem with check/uncheck
• DataBinded TextBox
• change Color of dataGridView line
• DataGridViewComboBoxCell - CellValidating event not working