Label word wrapping in Winforms

Niladri.Biswas
Posted by Niladri.Biswas under C# category on | Points: 40 | Views : 2178
myLabel.MaximumSize = new Size(100, 0);
myLabel.AutoSize = true;

Comments or Responses

Login to post response