NumericStepper with : NumericStepper « Components « Flex
- Flex
- Components
- NumericStepper
NumericStepper with

<?xml version="1.0"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
<mx:NumericStepper id="nstepper1" value="6" stepSize="2" />
</mx:Application>
Related examples in the same category