DataGrid question

  • Thread starter Thread starter Mika M
  • Start date Start date
M

Mika M

Hi!

My VB.NET 2003 Windows Form -application uses DataGrid, which is bound to
DataTable. I add new lines into DataTable reading data from serial port
(COM-port), and it's working fine so far.

Question: How can I make my application to vertical scroll DataGrid to the
last line automatically when new lines are added into DataTable? I mean
last, ie. newest, row of the DataGrid should be always visible.
 
Back
Top