I have a DataGridView and add several rows to it in a for loop (~35 rows) while it's Enabled property is set to false. I have done this in the past (when Enabled is set to true) and the vertical scroll bar block would update to the appropriate size compared to the DataGridView's viewing area and the number of items in the grid. Now, however, it appears but is the incorrect size.
After I re-enable the DataGridView, I select a row and "arrow-down" through the rows until the program throws an exception saying "Value should be within the range" and is referring to the scroll bar. Also, I discovered that if I sort any of the columns it will update the scroll bar block to the correct size. Any idea what's going on?
Thanks!