Hi,
How can I make the UltraFormattedLinkLabel control show ellipsis like the UltraLabel control does for text that is too long to fit in the control?
Thanks,
Scott
Hello Scott,
To set UltraFormatedLinkLabel control show ellipsis like the UltraLabel control you need to set TextTrimming property to EllipsisCharacter, EllipsisCharacterWithLineLimit, EllipsisPath, EllipsisPathWithLineLimit, EllipsisWord or EllipsisWordWithLineLimit. More about Infragistics TextTrimming Enumeration you can find by following next link http://help.infragistics.com/Doc/WinForms/current/CLR4.0/?page=WinTree_Understanding_WinTree.html
Please check attached sample solution and let me know if this is what you are looking for or if I am missing something.
Doh!
Thanks. I wasn't looking under the Appearances property :-/