Mega Code Archive

 
Categories / Flex / Components
 

Truncate Label To Fit the width

<?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical">      <mx:Label width="200"     text="The quick red fox jumped over the lazy brown dog."/> </mx:Application>