Hey guys (and girls),
I have a WPF ListView (GridView) and the cell template contains a TextBlock. If I add: TextTrimming="CharacterEllipsis" TextWrapping="NoWrap" on the TextBlock, an ellipsis will appear at the end of my string when the column gets smaller then the length of the string. What i need is the ellipsis at the beginning of the string.
i.e.
If I have the string "Hello World!"
I would like "...lo World!", instead of "Hello W...".
Any ideas?
Thanks, Simon
