Tuesday, November 18, 2008

Automatically Scroll to the bottom of a DataGridView

DataGridView.CurrentCell = DataGridView(1, DataGridView.RowCount - 1)


Where DataGridView is the instance name of your DataGridView component. You're passing in Column and Cell selection into DataGridView()