GridItem Label, ColorPicker

<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
<mx:Grid>
<mx:GridRow>
<mx:GridItem width="100">
<mx:Label text="Select a Color:"/>
</mx:GridItem>
<mx:GridItem>
<mx:ColorPicker/>
</mx:GridItem>
</mx:GridRow>
</mx:Grid>
</mx:Application>
Related examples in the same category