Roman Protsiuk wrote: > Try > <mx:GridItem width="100%"> > <mx:Label id="route_from" width="100%" minWidth="0" /> > </mx:GridItem>
No dice, unfortunately. :( I was able to achieve a decent workaround with judicious use of autoLayout="false" and horizontalScrollPolicy="off" -- no more rogue expansion, the truncation just isn't as elegant. > On 2/21/07, Robi Ray <[EMAIL PROTECTED]> wrote: >> >> Reid, >> As far as my knowledge goes, you can achieve truncation only if you >> specify fixed width values in pixels when using labels. Percentage values >> always get overridden when the text is too long. Another suggestion after Hmm, I think I'll submit a feature request -- I keep running into this need. Thanks for the help, guys. Reid

