Winforms - How to allow user to increase font size of listview with hidden controls?
Posted
by John M
on Stack Overflow
See other posts from Stack Overflow
or by John M
Published on 2010-05-19T12:31:21Z
Indexed on
2010/05/19
12:40 UTC
Read the original article
Hit count: 201
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?
© Stack Overflow or respective owner