How to wrap the text on a label in vb.net 2012 ?

Just change the auto size property to false and change the width and height of label.

 Label1.Autosize=False
Label1.width=100
Label1. Height=300

No comments:

Post a Comment