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>