Winforms - How to allow user to increase font size of listview with hidden controls?
- by John M
I am creating an winform application that will run on a tablet PC. One form for this app will have a listview control.
I would like to allow the user to change the font size based on preference (ie did they remember their glasses today). A few ways that I can think of would be a numeric-up-down or +/- button controls. Both of these ways require screen real estate that is very limited.
Is there a control or technique that would allow font size changes with a hidden-when-not-used control?