text in the row header (DataGrid)

  • Thread starter Thread starter Daniel P.
  • Start date Start date
D

Daniel P.

Is there a way I can set a text in the row header of the
System.Windows.Forms.DataGrid control?

Thanks!
 
Daniel,

I don't believe so. I think that the best you can do is set the image
for the row header.

Also, the row header is quite small, what kind of text do you want to
place there?
 
I would like to add a small description for each row.
Right now I have the row header hidden and I display the description in the
first column.


Nicholas Paldino said:
Daniel,

I don't believe so. I think that the best you can do is set the image
for the row header.

Also, the row header is quite small, what kind of text do you want to
place there?


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Daniel P. said:
Is there a way I can set a text in the row header of the
System.Windows.Forms.DataGrid control?

Thanks!
 
Back
Top