Why not let the OS handle this? Surely the user would hit the sample problem with all apps on the system (for example, Explorer). In which, case, let them increase the DPI or switch to "large fonts", and then make sure your app respects it.
From: [email protected] [mailto:[email protected]] On Behalf Of Greg Keogh Sent: Sunday, July 29, 2012 6:06 PM To: 'ozDotNet' Subject: RE: Zooming a control >Why not just increase the size of the font? Only the text really needs to >change size doesn't it? Actually, I did that as the next experiment with a DataGrid and it works nicely. I will return to the TreeView later and try the same technique. Greg
