Set Flex 3 Width Height Equal to a Percentage in ActionScript
Filed under ActionScript , Flex
To set the width or height of a component to a percentage in ActionScript use percentWidth instead of just Width.
Example:
lineChart.percentWidth=100;
Just a little quick hitter for anyone that may not know.
| View count: 1832Mar10








