I am trying to assign a string to the Ultralabel text. This string size is variable and at times its length exceeds the space available in the UltraLabel.
Is there a way to shrink fit the text being assigned when the space in the UltraLabel is insufficient?
Thanks
Rahul
Hello rahulgathoo,
I think this thread scenario is the same - you can take a look at it:
http://community.infragistics.com/forums/p/46132/295077.aspx#295077
Feel free to ask anything.
Typically you set the AutoSize property to true so that the control automatically sizes itself to accommodate the text. The control does not expose anything that works the other way, i.e., reduce the font size until the text can fit in a fixed width.