Tagged Questions

1
vote
1answer
798 views

Make Vertical Scrollbar in DataGridView not Snap to Cell Top

So, I have a DataGridView that has multi-line data. I set the default cell style to have wrap turned on for cells so that the multi-line data is displayed rather than it all being on one line. ...