When I fill a DataGridView with data, there is always an empty row at the bottom. How do I disable this?
If you are having trouble with this in WPF add:
CanUserAddRows="False"
To the properties of the desired datagrid in XAML.