Set the property using the value of the static constant : Spark component « Components « Flex
- Flex
- Components
- Spark component
Set the property using the value of the static constant
<?xml version="1.0"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
<mx:HBox width="200" horizontalScrollPolicy="off">
</mx:HBox>
</mx:Application>
Related examples in the same category