Is it possible to make empty datagridview rows visible?

  • Thread starter Thread starter Greg
  • Start date Start date
G

Greg

I have a datagridview that will not always have all its rows populated
with data, but they all need to be visible. Currently, the grid is only
showing rows with data. Is there a way to override this behaviour?

Greg.
 
I have a datagridview that will not always have all its rows populated
with data, but they all need to be visible.

??? How do you know how many rows constitute "all"...?
 
Mark.

I am creating a UI control containing a datagrid with the number of
rows to be fixed at build time. I don't want this number to alter
during run time.

Regards,

Greg.
 
Back
Top