Hi ewart,
Thank you for bringing this to our attention: our label's
MaximumSize.Width does not work the same as Microsoft's label. Here is how you can achieve the wanted behavior until we implement that functionality:
- Set the property AutoSize to false.
- Set the Size to a size that shows the text in a way you need. You will have to set both width and height since there will be no automatic height calculation.
Your points have been updated for noticing this.
Regards,
Angel
the Telerik team