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?