I have a label on my form which is used to display a path. Occasionally the path is too long to display, so I turned on AutoEllipsis, but it always seems to truncate the end of the string (which is the more relevant part in my particular case). Is there any way to get it to automatically truncate the beginning?
Is there another control that I can use to display the path?
There is a project on The Code Project that looks like it does exactly what you want: Auto Ellipsis. There is a demo that you can download along with the source.