DataGridView, How to display grid lines in all "rows"?

  • Thread starter Thread starter romancoelho
  • Start date Start date
R

romancoelho

Hey everyone, I know this has to be simple, but can't figure out how to
do it. How can I display the grid lines in all rows in the gird. The
default behavior of the DataGridView seems to be that it only shows
grid lines around rows that have data in it. If there are not enough
rows to fill the height of the grid, then the grid lines don't show up
around the "empty rows" I say "empty rows" because there actually a row
there. So it seems like the rows are just cut off in the middle of the
control. So basically looking for a way to have the gird lines
vertically fill the visible portion of the grid....

Hopefully this makes sense :) Any help would be appreciated...

Roman
 
Back
Top