Hi,
If I have an UltraLabel with AutoSize=True and TextRenderingMode=GDI then the text is always wrapped. e.g. if the label text is 'Choose the closest region' then it is split over 4 lines with 1 word per line.
Changing either the TextRenderingMode to GDI+ (absolutely no chance I will do that), turning off AutoSize or changing WrapText to false (True is the default value) displays it on a single line.
This looks like it is a breaking change in the 2008.3 hotfix as my existing labels suddenly suffered this problem after installing it.
Thanks
Martin.
Hi Martin,
What behavior has changed? You should probably Submit an incident to Infragistics Developer Support if there has been a breaking change in the behavior of the control.
All of the existing ultralabels became broken over multiple lines, so I have had to go over every label in the application and turn off the autosize property and size the control manually...
e.g. 'Choose the closest region' which was previously on a single autosized line became
'Choose
the
closest
region'
when I re-open the form after the hotfix.
I'll submit a report thx.