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

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top