DataGridView vertical scrollbar not appearing

Hi

I've got an unbound DataGridView to which i manually add columns and thereafter rows (using DGV.Rows.Add(params object[] values)). The problem is that the vertical scrollbar doesn't display when there are too many rows in the grid. Scrollbars property is set to both, and i've tried various combinations of autosizemodes. The DGV is docked in a TabPage, although i've tried placing it directly in the form. I'm clueless as to how i can get it to display, and i'm pulling my hair out trying!

Any suggestions

Ben


Answer this question

DataGridView vertical scrollbar not appearing

  • rollend

    Oops. I had a "total" row with Frozen = true. This is the last row on the grid, and i see now that all rows above are automatically frozen!

  • DataGridView vertical scrollbar not appearing