Column Header와 행의 폰트를 변경 할 수 있습니다.
// 컬럼 헤더 폰트 변경하기.
this.listGridView.Appearance.HeaderPanel.Font = new System.Drawing.Font("나눔고딕코딩", 12F, System.Drawing.FontStyle.Regular);
// 행 폰트 변경하기.
this.listGridView.Appearance.Row.Font = new System.Drawing.Font("나눔고딕코딩", 12F, System.Drawing.FontStyle.Regular);
728x90
댓글