I am creating a simple GUI, containing a listView which will be for use with a touch screen monitor. Therefore I require the text to be large, so it is easily readable and selectable. I can change the Font property of my listView to increase its size, although this also increases the column header font size in proportion (making the letters too big for the space).
Is there a method to change just the font size of the listView items and/or a means of changing the size of the text space of the column to cater for bigger letters?
I think I can use the ListBox.DrawColumnHeader event for this but I cannot figure out exactly how to piece it together!
Thanks in advance
This could help:
See msdn for more info.