DataGridView that shows multiple lines per record?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I use DataGridViews for the detail part of lots of Master/Detail entry forms.

This time I need the user to see a dozen fields all at once for each detail
record, and the best way to do this would be to show two or three lines of
controls for each record (not just scroll off to the right).

Can I get the DataGridView to allow multiple rows per record, or is there
some other control I should use?
 
Back
Top