
I have many Headers in the datagridview and the HeaderText is quite long for example 4 words. So the Datagridcell becomes big. I want to break the 4 words and put one by one below to reduce the size.
http://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcolumn.headertext.aspx
I tried checking the above link but I couldn’t succeed.
1 Answer