SyntaxFix
Write A Post
Hire A Developer
Questions
Change your maximum size,
label1.MaximumSize = new Size(100, 0);
And set your autosize to true.
label1.AutoSize = true;
That's it!