Line number in win form datagrid

  • Thread starter Thread starter Guest
  • Start date Start date
Hi Pony,

Thanks for your post!

We can use DataGrid.GetCellBounds method to get the row header column bound
and then draw to it. Please refer to the link below:
"5.61 How can I place text in the rowheader column of my datagrid?"
http://64.78.52.104/FAQ/WinForms/FAQ_c44c.asp#q896q

Hope this helps!

Best regards,
Jeffrey Tan
Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top