In Winforms DataGridView, how do I:
- Remove the arrow on the row header? I need to display the row header text, so I can’t simply set
RowHeadersVisible = false. - Adjust the width of the row header programmatically? I’m setting the row headers by code so I need the width to adjust to show the row header text upon change.
First of all override the function the DataGridView known as
On button click add value to row header