Windows Form resizing when you change font size for a control at runtime
This seems to be new behavior in .NET 4.0. I found a solution for it, below:
http://social.msdn.microsoft.com/Forums/en/vssetup/thread/5a8d1501-1adb-4010-b6d2-c70d69b905f8
In the end, I changed the color of the label to get the effect I wanted.
http://social.msdn.microsoft.com/Forums/en/vssetup/thread/5a8d1501-1adb-4010-b6d2-c70d69b905f8
In the end, I changed the color of the label to get the effect I wanted.
Comments
Post a Comment