Windows Forms: add new line to label if text is too long

Viewed 35671

I'm using C#. Sometimes the text returned from a web service (which I display in a label) is too long and gets cut off on the edge of the form. Is there an easy way to add a newline to the label if it's not going to fit on the form?

Thanks

2 Answers
Related