Hello,

Is it possible to center a DataGrid's column header at runtime? I can center the values in the DataGrid's columns by using DataGrid1.Columns(i).Alignment = dbgCenter but I cannot figure out how to center the Column Header.

Thanks so much.

Stephanie