ListView ColumnHeader.TextAlign can not be set other than Left for Col 1
When editing the columns in the IDE properties page for a ListView control, I am not able to set the TextAlign property of ColumnHeader1 to anything other than "Left" - for example, "Center" or "Right". It also does not work in code:
ListView1.Columns(0).TextAlign = HorizontalAlignment.Center
Does anyone know why this might be?

