DataGridView: remove empty line at bottom (Forms) Leave a reply To get rid of the empty line at the bottom of a DataGridView control set the following property. AllowUserToAddRows = false;