Hi -
I'd originally posted this question in the PlayMaker forum in the context of Custom Actions, but it was rightly suggested that I post a request over here, as it actually is more of a native feature enhancement.
I know you can truncate Text Labels by setting Max Lines to 1 and setting a Max Width of N pixels. However, from a Usability/User Experience perspective, it may not always be obvious that a word or words have been truncated. The best practice for handling truncation is to replace the truncated section with a clear indicator, such as ellipses.
Is there any way that this feature could be included in a future update? It's probably easy enough to achieve this through script -- I've done it in JavaScript/HTML contexts (and now via CSS3!), but would be ideal if it were just "handled" natively.
Thanks in advance for your consideration . . .