DataGrid question

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top