Use a NumericStepper control to define a custom item editor as an MXML component : NumericStepper « Components « Flex
- Flex
- Components
- NumericStepper
Use a NumericStepper control to define a custom item editor as an MXML component

<?xml version="1.0"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
<mx:NumericStepper stepSize="1" maximum="50"/>
</mx:Application>
Related examples in the same category