tips and tricks for dynamic font size?

C

cartoper

I am developing an application where I know some of my users will
switch the font size on the Display Properties from "Normal" to "Large
Font" or event "Extra Large Font". Are there any tips and tricks I
can use to keep the .NET GUI friendly to the changing font size?
 
V

VJ

There are properties for each control and the Form that help you with these.
Some of them are AutoSize, AutoScale, Dock. These should help size and fit
controls as needed
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top