Hi I have a label that contain text but the label has to be in fix size but the text doesn\'t not, I\'m trying to produce the behavior of Windows when you for example <
You can use a TextBox and set the ReadOnly property of it to true and its BorderStyle to None.
TextBox
ReadOnly
true
BorderStyle
None