I have TextTrimming set to EllipsisCharacter for an ultraLabel, works great on my machine and another developers machine. However when we copy our code out to 3 other machines, there is no text trimming at all. The text just wraps.
I'm pretty much at a loss to even guess where to start.
Hi,
I don't think UltraLabel has any built-in tooltip functionality. You could use UltraToolTipManager, though.
I am using TextTrimming=Ellipsis character for ultralabel with WrapText = false.
What is the property to set the Tooltip text to the ultralabel control so that I can see the complete text on tooltip.
Thanks!
I'm afraid I don't have any good ideas on this one. One thing I would check is to make sure that the the Infragistics dll's are all the same versions on every machine. But even if they are not, I am not aware of any time or any version when TextTrimming didn't work.
The text is actually drawn by the Windows API. So I guess it's possible that maybe this is a bug in some version of Windows, but that doesn't seem very likely.
Maybe it's some kind of timing issue in the application. Perhaps you are setting the TextTrimming in code and on some machines it's being set after the control has already painted? This seems unlikely, because even if this were the case, setting the property should cause the control to repaint.
Not even a guess?