C# Having the Font resize accordingly with the label and the form it is in.
-
I've looked at all the properties and tried anchoring it to all the sides. Looked up auto-sizing and found out how to do it for the label but not to make the text in the label enlarge or shrink when I re-size the box. Any ideas?
-
I've looked at all the properties and tried anchoring it to all the sides. Looked up auto-sizing and found out how to do it for the label but not to make the text in the label enlarge or shrink when I re-size the box. Any ideas?
You'd need to track the scale change and change the font size yourself.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
You'd need to track the scale change and change the font size yourself.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
I'm wondering if there is a way so I don't have to change the font manually every time I wanna change the size of the window.
-
I'm wondering if there is a way so I don't have to change the font manually every time I wanna change the size of the window.
I guessed that. I'm saying that I don't believe so.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )