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

DataGridView vertical scrollbar not appearing
rollend