Hi everyone
I create windows form where there is a DataGridView control. I have edited that control by adding my own column text at the top row under which data will be shown. I need to show the header text in Bangle language using Unicode character. I have done this but the problem is the font is so small that I can not understand. I have increased the font size but still it does not work. Is there anyone who can help me in this regard? Thanks

regards
Nasir

Recommended Answers

All 2 Replies

You can change the size of the header font in a DataGridView by modifying the font property of the ColumnHeaderDefaultCellStyle.

You can change the size of the header font in a DataGridView by modifying the font property of the ColumnHeaderDefaultCellStyle.

Thanks Nick for your kind suggestion which has made my problem solved.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.