2
Answers

Why resource from resource file is not loaded properly?

In my application resource file is used for some control like link.Some time that resources from resource file are not loaded properly and that problem occur  for two to three days and later it is working fine even I am not changed single line of code or PC environment.Now I am facing the same issue, I am wondering for the root cause of issue.Please any body know what is cause of the issue and permanent solution also.
Thanks in advance.
Answers (2)
0
Vulpes

Vulpes

NA 98.3k 1.5m 11y
To center the column header text, you can do:

dataGridView1.ColumnHeadersDefaultCellStyle.Alignment = DataGridViewContentAlignment.MiddleCenter;

To set all the columns to the same width, I think you'll have to set them individually as I can't find a property to do this 'en bloc'.
0
viva

viva

NA 27 22.3k 11y
thanks for your reply but I didnt get HorizontalAlign="Center" in HeaderStyle and ItemStyle

Can you please answer it specifically for datagrid view? and wherethese settings are??
0
Kiresh Gangariya

Kiresh Gangariya

NA 214 1.8k 11y
try to give HorizontalAlign="Center" in HeaderStyle and ItemStyle