Setting RowCount on DataGridView in Virtual Mode is really slow.
When using a data grid view in Virtual Mode, you have to manually specify the RowCount. This is sometimes really slow, especially when dealing with a huge volume of data. Performance is going to be amazingly slow if you need to decrease the row count (in my case, setting the row count was taking longer than 20 seconds).