WinForms DataGridView font size

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

How do I change font size on the DataGridView?

10条回答
  •  失恋的感觉
    2020-12-09 07:55

    Use the Font-property on the gridview. See MSDN for details and samples:

    http://msdn.microsoft.com/en-us/library/system.windows.forms.datagridview.font.aspx

提交回复
热议问题