Change FontSize of DataGridView Columns in C# – Programming, Pseudocode Example, C# Programming Example
C# Windows Form

Change FontSize of DataGridView Columns in C#

In this tutorial,i’ll show you How to change font size in DataGridView.

Solution 1: Design-time

In winform datagrid, right click to view its properties. It has a property called DefaultCellStyle. Click the ellipsis on DefaultCellStyle, then it will present Cell Style Builder window which has the option to change the font size.

Solution 2: Run-time

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.