WinForms DataGridView font size

前端 未结 10 1860
半阙折子戏
半阙折子戏 2020-12-09 07:47

How do I change font size on the DataGridView?

10条回答
  •  天命终不由人
    2020-12-09 08:10

    I too experienced same problem in the DataGridView but figured out that the DefaultCell style was inheriting the font of the groupbox (Datagrid is placed in groupbox). So changing the font of the groupbox changed the DefaultCellStyle too.

    Regards

提交回复
热议问题