I’m having the vertical text alignment of the column headers row (i.e. ColumnManagerRow). I want our headers to stand out a bit so I set the row to be 25 pixels high, I’d also like it to be the text to be aligned centrally so I set the VerticalAlignment to be center. The code executes with out error, but the text is not centered. I’ve tried setting the alignment to bottom, this doesn’t seem to have any affect either. Here’s the code I’m using:
grid_control.FixedHeaderRows[1].Height = 25;
grid_control.FixedHeaderRows[1].VerticalAlignment = VerticalAlignment.Center;
Thanks,
Robert
Imported from legacy forums. Posted by Robert (had 1545 views)