Changing DataGridViewRow font style in C#
Published January 20th, 2008Just a quick note-to-self to remind me of the (rather over-complex, if you ask me) means by which you alter the basic font style properties of a DatagridViewRow element. It involves the DataGridViewRow.DefaultCellStyle.Font property, but all the basic properties — FontFamily, Size and Style — are write-only. In order to change them, you have to [...]