Vertical scrollbar not appears in DatagridView

  • Thread starter Thread starter Alhambra Eidos Desarrollo
  • Start date Start date
A

Alhambra Eidos Desarrollo

hI all,

I have a form in my application Winforms using .net 2.0 + wcf.

My form has:

DatagridView

BindingSource, that I bind with Entities List that I get from WCF services.

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 Panel, 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!

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!

Any suggestions?

THANKS PLEASE


Thanks in advance, kind regards
 
Back
Top