Multiline cell in Datagridview

  • Thread starter Thread starter John Devlon
  • Start date Start date
J

John Devlon

Hi,

Does anyone know how to create multiple lines in one cell in a datagridview?

For example: I would like to display in 1 cell on the first line someones
firstname and on the second line someones lastname.

Does anyone know how to do that?

Can I put the Fistname in bold?

Thanx

John
 
Turn the row into a template row and then edit the row. You can then place
anything in the row you like (ie. multiple controls on different lines).

Scott
 
Back
Top