While you cannot change this in the designer - you can change the Font
property of the ListView in code and this will apply to the column headers
(and all rows). If you need greater flexibility i.e. different font for rows
and header then set the HeaderStyle to None and implement your own header
row - e.g. using separate Button controls.