fill DataGridView?

ejleiss

Active member
Joined
Oct 1, 2012
Messages
37
Programming Experience
1-3
HI
I have created a DataGrid that constantly inputs data from an array. I only want 1000 rows for this grid and once the row count = 1000, I would like to start back at row 1 and overwrite the data that is there.
Does anyone know how this could be done?
 
Back
Top